summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-14 12:15:58 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-14 12:15:58 -0500
commit235c615a10b418974354c38218bc29beda2ae7e4 (patch)
tree530d0caa4b8713e0bf333799c8db39d509fbc2c0 /validate.h
parent00f777661db51b8638707bb92adca3101c0dbe03 (diff)
downloadcryptopp-git-235c615a10b418974354c38218bc29beda2ae7e4.tar.gz
Make TestCurve25519 available in Release builds
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate.h b/validate.h
index c182d52a..a562a282 100644
--- a/validate.h
+++ b/validate.h
@@ -134,6 +134,7 @@ bool ValidateESIGN();
bool ValidateHashDRBG();
bool ValidateHmacDRBG();
+bool TestCurve25519();
bool ValidateNaCl();
// If CRYPTOPP_DEBUG or CRYPTOPP_COVERAGE is in effect, then perform additional tests
@@ -161,7 +162,6 @@ bool TestStringSink();
// Additional tests due to no coverage
bool TestCompressors();
bool TestEncryptors();
-bool TestCurve25519();
bool TestMersenne();
bool TestSharing();
# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)