aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/ber_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asn1/ber_dec.h')
-rw-r--r--src/asn1/ber_dec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/asn1/ber_dec.h b/src/asn1/ber_dec.h
index 9fec75832..1888953d1 100644
--- a/src/asn1/ber_dec.h
+++ b/src/asn1/ber_dec.h
@@ -8,7 +8,6 @@
#include <botan/asn1_oid.h>
#include <botan/data_src.h>
-#include <botan/enums.h>
namespace Botan {
@@ -116,15 +115,6 @@ BER_Decoder& BER_Decoder::decode_list(std::vector<T>& vec, bool clear_it)
return (*this);
}
-/*************************************************
-* BER Decoding Functions *
-*************************************************/
-namespace BER {
-
-void BOTAN_DLL decode(BER_Decoder&, Key_Constraints&);
-
-}
-
}
#endif