summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authororangefour <orange@four>2018-09-05 09:25:09 +0200
committerorangefour <orange@four>2018-09-05 09:25:09 +0200
commit9b81a545fc50b13f933687550ef116818ab29de6 (patch)
tree17510a45d4ce1912b18debebc17f3b80e4a680ce /validate.h
parent44cd7eb1ed8460d4b6471101c67a78ca9e1ae44d (diff)
downloadcryptopp-git-9b81a545fc50b13f933687550ef116818ab29de6.tar.gz
Add VectorSink
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index 58e1eca8..b11afb4d 100644
--- a/validate.h
+++ b/validate.h
@@ -23,6 +23,7 @@ NAMESPACE_BEGIN(Test)
bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
+bool TestStringSink();
// bool TestSecRandom();
bool TestRandomPool();
#if !defined(NO_OS_DEPENDENCE)