aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cert/cvc')
-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
6 files changed, 6 insertions, 6 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>