diff options
author | lloyd <lloyd@randombit.net> | 2010-03-08 15:36:18 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2010-03-08 15:36:18 +0000 |
commit | 8a47f6f2bbf169a2ea0853234f81b49070c770df (patch) | |
tree | 2633ed0d927faf23a067aa88d6cceb9de29f0be4 /checks/cvc_tests.cpp | |
parent | 05f6d6c8edec9907778f362c927f368140fee6a2 (diff) |
Modify pubkey classes to take names instead of object pointers.
Remove use of look_pk from the source and examples, instead
instantiate classes directly.
Diffstat (limited to 'checks/cvc_tests.cpp')
-rw-r--r-- | checks/cvc_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/cvc_tests.cpp b/checks/cvc_tests.cpp index 9d7b7290b..5bd671ba6 100644 --- a/checks/cvc_tests.cpp +++ b/checks/cvc_tests.cpp @@ -23,7 +23,6 @@ #include <botan/x509cert.h> #include <botan/x509self.h> #include <botan/oids.h> -#include <botan/look_pk.h> #include <botan/cvc_self.h> #include <botan/cvc_cert.h> #include <botan/cvc_ado.h> |