From a61dddd496aaa44b328942d19eb8f6c64d7dc6cf Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 16 Jul 2017 19:07:43 +0200 Subject: [PATCH] Back to dev mode. If you want a stable version, use the stable branch. --- src/libsodium/sodium/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/sodium/core.c b/src/libsodium/sodium/core.c index a9b80b49..12a950ce 100644 --- a/src/libsodium/sodium/core.c +++ b/src/libsodium/sodium/core.c @@ -20,7 +20,7 @@ #include "private/implementations.h" #include "private/mutex.h" -#if !defined(_MSC_VER) && 0 +#if !defined(_MSC_VER) && 1 # warning *** This is unstable, untested, development code. # warning It might not compile. It might not work as expected. # warning It might be totally insecure.