aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_cert.cpp
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.cpp
parent24cef321a2f79907c209f9894c1f486c839c3a7a (diff)
Reorganize where some CVC code goes to avoid template bloat + VC problems
Diffstat (limited to 'src/cert/cvc/cvc_cert.cpp')
-rw-r--r--src/cert/cvc/cvc_cert.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cert/cvc/cvc_cert.cpp b/src/cert/cvc/cvc_cert.cpp
index b6a141d01..a31981ef5 100644
--- a/src/cert/cvc/cvc_cert.cpp
+++ b/src/cert/cvc/cvc_cert.cpp
@@ -1,12 +1,12 @@
/*
(C) 2007 FlexSecure GmbH
- 2008 Jack Lloyd
+ 2008-2010 Jack Lloyd
*
* Distributed under the terms of the Botan license
*/
#include <botan/cvc_cert.h>
-#include <botan/ecdsa.h>
+#include <botan/oids.h>
namespace Botan {