From 1190da17eaae1874610a27cb2303cb91d6da20dc Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 28 Sep 2019 18:22:11 -0400 Subject: Avoid circular dependency using AlignedAllocate (GH #885) --- asn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'asn.h') 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 -- cgit v1.2.1