From 6996c383d348ce460f148f02ae53de2cfba0eece Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Dec 2015 17:29:26 +0100 Subject: [PATCH] Add warning --- src/libsodium/sodium/core.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/libsodium/sodium/core.c b/src/libsodium/sodium/core.c index 66ef97ea..b2f149e9 100644 --- a/src/libsodium/sodium/core.c +++ b/src/libsodium/sodium/core.c @@ -8,6 +8,15 @@ #include "runtime.h" #include "utils.h" +#if 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. +# warning Do not use this in production. +# warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead. +# warning Alternatively, use the "stable" branch in the git repository. +#endif + static int initialized; int