summaryrefslogtreecommitdiff
path: root/validat4.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-21 17:04:15 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-21 17:04:15 -0500
commit8ffd165c7a59b6d2ccbc737788d61a61072d6e91 (patch)
treec758d5f1212351edf6fc8a1f3e1f73895aa114e8 /validat4.cpp
parent1df1d25428181e8f3fd688da011ac4bfc0325899 (diff)
downloadcryptopp-git-8ffd165c7a59b6d2ccbc737788d61a61072d6e91.tar.gz
Rename nacl.h to naclite.h
This should avoid confusion with header files from the reference implementation and libsodium
Diffstat (limited to 'validat4.cpp')
-rw-r--r--validat4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/validat4.cpp b/validat4.cpp
index 70a2e738..a7f3ca69 100644
--- a/validat4.cpp
+++ b/validat4.cpp
@@ -18,7 +18,7 @@
#include "cryptlib.h"
#include "secblock.h"
#include "integer.h"
-#include "nacl.h"
+#include "naclite.h"
#include <iostream>
#include <iomanip>
@@ -485,7 +485,7 @@ bool TestCryptoSignKeys()
// NaCl requires an integrated random number generator; see randombytes()
// in tweetnacl.cpp. We use DefaultAutoSeededRNG but it means we need
// Operating System features to seed the generator. If you use another
-// generator, like RDRAND, then undefine CRYPTOPP_DISABLE_NACL in nacl.h.
+// generator, like RDRAND, then undefine CRYPTOPP_DISABLE_NACL in naclite.h.
bool ValidateNaCl()
{
std::cout << "\nTesting NaCl library functions...\n\n";