aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms
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/cms
parent9fa2b506ec836b9438ad0b81c881f63b37e934cc (diff)
Rename asn1_int to asn1_obj as it actually declares ASN1_Object
Diffstat (limited to 'src/cms')
-rw-r--r--src/cms/cms_dec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cms/cms_dec.cpp b/src/cms/cms_dec.cpp
index a9f4e69d9..744ff4d63 100644
--- a/src/cms/cms_dec.cpp
+++ b/src/cms/cms_dec.cpp
@@ -7,7 +7,7 @@
#include <botan/cms_dec.h>
#include <botan/ber_dec.h>
-#include <botan/asn1_int.h>
+#include <botan/asn1_obj.h>
#include <botan/oids.h>
#include <botan/pem.h>