diff options
author | lloyd <[email protected]> | 2010-09-17 14:13:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-17 14:13:48 +0000 |
commit | 4ef234d711e1dd40f1cd7ec328e9933fb19dc5ee (patch) | |
tree | d0a9209ad8576e99bae3f85ff669695b4c4d416c /src/cert/cvc | |
parent | 8fa7d0b4f91eec572d8b2971d87e68741d1cd330 (diff) |
Split up src/cert/x509 into a set of modules, though mostly mutually
dependent right now.
Diffstat (limited to 'src/cert/cvc')
-rw-r--r-- | src/cert/cvc/cvc_self.h | 1 | ||||
-rw-r--r-- | src/cert/cvc/info.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cert/cvc/cvc_self.h b/src/cert/cvc/cvc_self.h index f7bf6d5d8..1e6bbe49a 100644 --- a/src/cert/cvc/cvc_self.h +++ b/src/cert/cvc/cvc_self.h @@ -10,7 +10,6 @@ #define BOTAN_CVC_EAC_SELF_H__ #include <botan/pkcs8.h> -#include <botan/pkcs10.h> #include <botan/cvc_cert.h> #include <botan/ecdsa.h> #include <botan/asn1_obj.h> diff --git a/src/cert/cvc/info.txt b/src/cert/cvc/info.txt index 0d5687770..c42d909b5 100644 --- a/src/cert/cvc/info.txt +++ b/src/cert/cvc/info.txt @@ -34,5 +34,4 @@ libstate oid_lookup pem pubkey -x509 </requires> |