summaryrefslogtreecommitdiffstats
path: root/CryptoPP/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPP/validate.h')
-rw-r--r--CryptoPP/validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPP/validate.h b/CryptoPP/validate.h
index 685340775..0ab23cba3 100644
--- a/CryptoPP/validate.h
+++ b/CryptoPP/validate.h
@@ -76,6 +76,6 @@ bool ValidateECDSA();
bool ValidateESIGN();
CryptoPP::RandomNumberGenerator & GlobalRNG();
-bool RunTestDataFile(const char *filename, const CryptoPP::NameValuePairs &overrideParameters=CryptoPP::g_nullNameValuePairs);
+bool RunTestDataFile(const char *filename, const CryptoPP::NameValuePairs &overrideParameters=CryptoPP::g_nullNameValuePairs, bool thorough=true);
#endif