aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
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