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.cpp | |
parent | 24cef321a2f79907c209f9894c1f486c839c3a7a (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.cpp | 4 |
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 { |