diff options
author | lloyd <[email protected]> | 2010-03-03 17:54:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-03 17:54:25 +0000 |
commit | 07c250e5b1acf64ac08096e7f4c883702040c2f0 (patch) | |
tree | 01f54c03280eb8c09807913d529c7cec4707c416 /src/cert/cvc/cvc_cert.h | |
parent | 24cef321a2f79907c209f9894c1f486c839c3a7a (diff) |
Reorganize where some CVC code goes to avoid template bloat + VC problems
Diffstat (limited to 'src/cert/cvc/cvc_cert.h')
-rw-r--r-- | src/cert/cvc/cvc_cert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cert/cvc/cvc_cert.h b/src/cert/cvc/cvc_cert.h index ee6cba79a..6e2966a6f 100644 --- a/src/cert/cvc/cvc_cert.h +++ b/src/cert/cvc/cvc_cert.h @@ -10,6 +10,7 @@ #define BOTAN_CVC_EAC_H__ #include <botan/cvc_gen_cert.h> +#include <botan/ecdsa.h> #include <string> namespace Botan { |