summaryrefslogtreecommitdiff
path: root/naclite.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-03 21:00:22 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-03 21:00:22 -0500
commit925574028575293e475a74f96e5cff0be117f24a (patch)
tree419a7535324b95740d1423c4379f6906fc15f08f /naclite.h
parenta20c56ea4911ae052cf358b191a1009cbb6c0b45 (diff)
downloadcryptopp-git-925574028575293e475a74f96e5cff0be117f24a.tar.gz
Fix self test NEON compile with MSVC compiler (GH #776)
Diffstat (limited to 'naclite.h')
-rw-r--r--naclite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/naclite.h b/naclite.h
index 8be89e4a..d0fae99d 100644
--- a/naclite.h
+++ b/naclite.h
@@ -53,7 +53,7 @@
#include "config.h"
#include "stdcpp.h"
-#if defined(NO_OS_DEPENDENCE)
+#if defined(NO_OS_DEPENDENCE) || !defined(OS_RNG_AVAILABLE)
# define CRYPTOPP_DISABLE_NACL 1
#endif