diff options
author | lloyd <[email protected]> | 2010-03-02 18:19:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-02 18:19:29 +0000 |
commit | bc6999a27f996747cba2bfffdce70ca9106c3a4e (patch) | |
tree | a5823d0019af69e2f29fb0fc935a8b4d05518326 /src/cert/cvc/cvc_ado.h | |
parent | f85024b6c52bf276e92854afff7813ae5740de71 (diff) |
Lots of internal CVC cleanups
Diffstat (limited to 'src/cert/cvc/cvc_ado.h')
-rw-r--r-- | src/cert/cvc/cvc_ado.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cert/cvc/cvc_ado.h b/src/cert/cvc/cvc_ado.h index 100888d29..230ee8b8d 100644 --- a/src/cert/cvc/cvc_ado.h +++ b/src/cert/cvc/cvc_ado.h @@ -8,11 +8,8 @@ #ifndef BOTAN_EAC_CVC_ADO_H__ #define BOTAN_EAC_CVC_ADO_H__ -#include <botan/x509_key.h> -#include <botan/pubkey_enums.h> -#include <botan/pubkey.h> -#include <botan/ecdsa.h> #include <botan/eac_obj.h> +#include <botan/eac_asn_obj.h> #include <botan/cvc_req.h> #include <string> |