diff options
author | lloyd <[email protected]> | 2008-06-20 10:28:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-20 10:28:14 +0000 |
commit | 3b28d92a8a90f27f3da55db7afb47ea23e02cfc4 (patch) | |
tree | b5d752cc2c3c21e9dec8a05c5204ad4c6131bde8 /checks/x509.cpp | |
parent | 655f3d4c389dbcb1e23c2ba425ccfd85234f6fce (diff) |
Fix remaining -Wmissing-declarations warnings in self-test/benchmark code
Diffstat (limited to 'checks/x509.cpp')
-rw-r--r-- | checks/x509.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/x509.cpp b/checks/x509.cpp index a544e907b..40966bf01 100644 --- a/checks/x509.cpp +++ b/checks/x509.cpp @@ -13,6 +13,8 @@ using namespace Botan; #include <iostream> #include <memory> +#include "validate.h" + X509_Cert_Options ca_opts(); X509_Cert_Options req_opts1(); X509_Cert_Options req_opts2(); |