summaryrefslogtreecommitdiff
path: root/validat4.cpp
diff options
context:
space:
mode:
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";