Skip to content
Snippets Groups Projects
Commit 473e9bfc authored by Martin Nilsson's avatar Martin Nilsson
Browse files

record_der() is deprecated.

parent 835347b0
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ class asn1_boolean ...@@ -58,7 +58,7 @@ class asn1_boolean
string der_encode() { return build_der(value? "\377" : "\0"); } string der_encode() { return build_der(value? "\377" : "\0"); }
this_program decode_primitive(string contents) { this_program decode_primitive(string contents) {
record_der(contents); der = contents;
value = ( contents != "\0" ); value = ( contents != "\0" );
return this; return this;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment