aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
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/cert
parent9fa2b506ec836b9438ad0b81c881f63b37e934cc (diff)
Rename asn1_int to asn1_obj as it actually declares ASN1_Object
Diffstat (limited to 'src/cert')
-rw-r--r--src/cert/x509/x509_ext.h2
-rw-r--r--src/cert/x509/x509_obj.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cert/x509/x509_ext.h b/src/cert/x509/x509_ext.h
index 07da1b8f8..20be18a71 100644
--- a/src/cert/x509/x509_ext.h
+++ b/src/cert/x509/x509_ext.h
@@ -8,7 +8,7 @@
#ifndef BOTAN_X509_EXTENSIONS_H__
#define BOTAN_X509_EXTENSIONS_H__
-#include <botan/asn1_int.h>
+#include <botan/asn1_obj.h>
#include <botan/asn1_oid.h>
#include <botan/datastor.h>
#include <botan/crl_ent.h>
diff --git a/src/cert/x509/x509_obj.h b/src/cert/x509/x509_obj.h
index 42aead195..5905e1b37 100644
--- a/src/cert/x509/x509_obj.h
+++ b/src/cert/x509/x509_obj.h
@@ -8,7 +8,7 @@
#ifndef BOTAN_X509_OBJECT_H__
#define BOTAN_X509_OBJECT_H__
-#include <botan/asn1_int.h>
+#include <botan/asn1_obj.h>
#include <botan/pipe.h>
#include <botan/x509_key.h>
#include <botan/rng.h>