diff options
author | lloyd <[email protected]> | 2008-11-08 20:35:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 20:35:54 +0000 |
commit | 3c77da389db0769cf07cddf7629a62e156fe577b (patch) | |
tree | c79a275c7df6ebbdff6d7277673e488bd9b80f49 /src/cert/cvc | |
parent | 73ba6c48e349955f05e81d674172c9c737540280 (diff) |
Split the last parts of the 'core' module
Add some missing info.txts
Diffstat (limited to 'src/cert/cvc')
-rw-r--r-- | src/cert/cvc/cvc_ado.h | 2 | ||||
-rw-r--r-- | src/cert/cvc/cvc_cert.h | 2 | ||||
-rw-r--r-- | src/cert/cvc/cvc_gen_cert.h | 2 | ||||
-rw-r--r-- | src/cert/cvc/cvc_req.h | 2 | ||||
-rw-r--r-- | src/cert/cvc/eac_obj.h | 2 | ||||
-rw-r--r-- | src/cert/cvc/signed_obj.h | 2 |
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> |