aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/der_enc.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-11-06 15:27:33 +0000
committerlloyd <[email protected]>2012-11-06 15:27:33 +0000
commite4622803c9e91e14942eae91f041e879bf8957fb (patch)
tree985b7e4487d1c65f60976107ee29848116ffe5c2 /src/asn1/der_enc.cpp
parent9fa2b506ec836b9438ad0b81c881f63b37e934cc (diff)
Rename asn1_int to asn1_obj as it actually declares ASN1_Object
Diffstat (limited to 'src/asn1/der_enc.cpp')
-rw-r--r--src/asn1/der_enc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1/der_enc.cpp b/src/asn1/der_enc.cpp
index c451eae34..c1e5fd45c 100644
--- a/src/asn1/der_enc.cpp
+++ b/src/asn1/der_enc.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/der_enc.h>
-#include <botan/asn1_int.h>
+#include <botan/asn1_obj.h>
#include <botan/bigint.h>
#include <botan/get_byte.h>
#include <botan/parsing.h>