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

record_der() is deprecated.

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