aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-20 10:28:14 +0000
committerlloyd <[email protected]>2008-06-20 10:28:14 +0000
commit3b28d92a8a90f27f3da55db7afb47ea23e02cfc4 (patch)
treeb5d752cc2c3c21e9dec8a05c5204ad4c6131bde8 /checks/validate.h
parent655f3d4c389dbcb1e23c2ba425ccfd85234f6fce (diff)
Fix remaining -Wmissing-declarations warnings in self-test/benchmark code
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index c14fc56d9..c411ff702 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -5,5 +5,6 @@
u32bit do_validation_tests(const std::string&, bool = true);
u32bit do_bigint_tests(const std::string&);
u32bit do_pk_validation_tests(const std::string&);
+void do_x509_tests();
#endif