From 11f217fec86216967de308a62bcb7965f2291904 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 9 Dec 2017 11:14:28 +0100 Subject: [PATCH] Undef devel --- 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 d667312f..1ac29d09 100644 --- a/src/libsodium/sodium/core.c +++ b/src/libsodium/sodium/core.c @@ -21,7 +21,7 @@ #include "private/implementations.h" #include "private/mutex.h" -#if !defined(_MSC_VER) && 1 +#if !defined(_MSC_VER) && 0 # warning *** This is unstable, untested, development code. # warning It might not compile. It might not work as expected. # warning It might be totally insecure.