summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-29 23:54:04 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-29 23:54:04 -0400
commite4b25dcffed47ce799caef4d290590816ca19708 (patch)
treec2ea87998d7277084d4a4e86e71a48197f7246a9 /asn.h
parent2656798bf166d3d2dba9b35d928d0d6e562c8137 (diff)
downloadcryptopp-git-e4b25dcffed47ce799caef4d290590816ca19708.tar.gz
Fix compile error due to missing BytePtr overload
This is a local change on a testing fork. It is not tested for Master yet.
Diffstat (limited to 'asn.h')
-rw-r--r--asn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn.h b/asn.h
index 1a5373d5..5e5bbb82 100644
--- a/asn.h
+++ b/asn.h
@@ -209,7 +209,6 @@ CRYPTOPP_DLL void CRYPTOPP_API DERReencode(BufferedTransformation &bt, BufferedT
/// \brief BER decode size
/// \param bt BufferedTransformation object for writing
-/// \param dest BufferedTransformation object
/// \since Crypto++ 8.3
CRYPTOPP_DLL size_t CRYPTOPP_API BERDecodePeekLength(BufferedTransformation &bt);