aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
diff options
context:
space:
mode:
Diffstat (limited to 'src/cert')
-rw-r--r--src/cert/cvc/cvc_ado.h2
-rw-r--r--src/cert/cvc/cvc_cert.h2
-rw-r--r--src/cert/cvc/cvc_gen_cert.h2
-rw-r--r--src/cert/cvc/cvc_req.h2
-rw-r--r--src/cert/cvc/eac_obj.h2
-rw-r--r--src/cert/cvc/signed_obj.h2
-rw-r--r--src/cert/x509/x509_ext.h2
-rw-r--r--src/cert/x509/x509_obj.h2
-rw-r--r--src/cert/x509/x509cert.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/cert/cvc/cvc_ado.h b/src/cert/cvc/cvc_ado.h
index adfdb4ecb..5b79cacd9 100644
--- a/src/cert/cvc/cvc_ado.h
+++ b/src/cert/cvc/cvc_ado.h
@@ -8,7 +8,7 @@
#define BOTAN_EAC_CVC_ADO_H__
#include <botan/x509_key.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/pubkey.h>
#include <botan/ecdsa.h>
#include <botan/eac_obj.h>
diff --git a/src/cert/cvc/cvc_cert.h b/src/cert/cvc/cvc_cert.h
index 65ee83d0e..c007a42e8 100644
--- a/src/cert/cvc/cvc_cert.h
+++ b/src/cert/cvc/cvc_cert.h
@@ -8,7 +8,7 @@
#define BOTAN_CVC_EAC_H__
#include <botan/x509_key.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/signed_obj.h>
#include <botan/pubkey.h>
#include <botan/ecdsa.h>
diff --git a/src/cert/cvc/cvc_gen_cert.h b/src/cert/cvc/cvc_gen_cert.h
index 007c80e26..ea53f7f0f 100644
--- a/src/cert/cvc/cvc_gen_cert.h
+++ b/src/cert/cvc/cvc_gen_cert.h
@@ -9,7 +9,7 @@
#include <botan/x509_key.h>
#include <botan/eac_asn_obj.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/pubkey.h>
#include <botan/ecdsa_sig.h>
#include <string>
diff --git a/src/cert/cvc/cvc_req.h b/src/cert/cvc/cvc_req.h
index 510e9b70a..484d01f25 100644
--- a/src/cert/cvc/cvc_req.h
+++ b/src/cert/cvc/cvc_req.h
@@ -8,7 +8,7 @@
#define BOTAN_EAC_CVC_REQ_H__
#include <botan/x509_key.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/cvc_gen_cert.h>
#include <botan/cvc_req.h>
diff --git a/src/cert/cvc/eac_obj.h b/src/cert/cvc/eac_obj.h
index 3b692673d..72d897700 100644
--- a/src/cert/cvc/eac_obj.h
+++ b/src/cert/cvc/eac_obj.h
@@ -10,7 +10,7 @@
#include <botan/pubkey.h>
#include <botan/x509_key.h>
#include <botan/signed_obj.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/pubkey.h>
#include <botan/parsing.h>
#include <botan/pem.h>
diff --git a/src/cert/cvc/signed_obj.h b/src/cert/cvc/signed_obj.h
index a983da610..918a20db5 100644
--- a/src/cert/cvc/signed_obj.h
+++ b/src/cert/cvc/signed_obj.h
@@ -8,7 +8,7 @@
#define BOTAN_EAC_SIGNED_OBJECT_H__
#include <botan/asn1_obj.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/freestore.h>
#include <botan/pipe.h>
#include <vector>
diff --git a/src/cert/x509/x509_ext.h b/src/cert/x509/x509_ext.h
index 5b302df0d..6b055ea29 100644
--- a/src/cert/x509/x509_ext.h
+++ b/src/cert/x509/x509_ext.h
@@ -10,7 +10,7 @@
#include <botan/asn1_oid.h>
#include <botan/asn1_obj.h>
#include <botan/datastor.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
namespace Botan {
diff --git a/src/cert/x509/x509_obj.h b/src/cert/x509/x509_obj.h
index baaf5a8a4..d80560eb2 100644
--- a/src/cert/x509/x509_obj.h
+++ b/src/cert/x509/x509_obj.h
@@ -8,7 +8,7 @@
#include <botan/asn1_obj.h>
#include <botan/pipe.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <botan/rng.h>
#include <vector>
diff --git a/src/cert/x509/x509cert.h b/src/cert/x509/x509cert.h
index f5bd99167..c02085dcb 100644
--- a/src/cert/x509/x509cert.h
+++ b/src/cert/x509/x509cert.h
@@ -9,7 +9,7 @@
#include <botan/x509_obj.h>
#include <botan/x509_key.h>
#include <botan/datastor.h>
-#include <botan/enums.h>
+#include <botan/pubkey_enums.h>
#include <map>
namespace Botan {