1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00

Back to dev mode

This commit is contained in:
Frank Denis 2016-04-08 08:25:42 +02:00
parent 22ab28be0a
commit a53a9c98d2

View File

@ -9,7 +9,7 @@
#include "runtime.h"
#include "utils.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.