summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
Diffstat (limited to 'asn.h')
-rw-r--r--asn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn.h b/asn.h
index 4ee523e9..d6e4f7e0 100644
--- a/asn.h
+++ b/asn.h
@@ -79,8 +79,6 @@ public:
UnknownOID(const char *err) : BERDecodeErr(err) {}
};
-// unsigned int DERLengthEncode(unsigned int length, byte *output=0);
-
/// \brief DER encode a length
/// \param bt BufferedTransformation object for writing
/// \param length the size to encode