aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_cert.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-03 17:54:25 +0000
committerlloyd <[email protected]>2010-03-03 17:54:25 +0000
commit07c250e5b1acf64ac08096e7f4c883702040c2f0 (patch)
tree01f54c03280eb8c09807913d529c7cec4707c416 /src/cert/cvc/cvc_cert.h
parent24cef321a2f79907c209f9894c1f486c839c3a7a (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.h1
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 {