summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-28 18:22:11 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-28 18:22:11 -0400
commit1190da17eaae1874610a27cb2303cb91d6da20dc (patch)
treedc691f2566530dc153e1875c4dd0b3b3f257905d /asn.h
parent5be96f92f2b0078eb764f40f4cdd16f1ccbcbcf9 (diff)
downloadcryptopp-git-1190da17eaae1874610a27cb2303cb91d6da20dc.tar.gz
Avoid circular dependency using AlignedAllocate (GH #885)
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