From 3574ab879ecbd03ad3d4bd12f06c9b026e34a9ab Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Sep 2018 14:53:16 +0200 Subject: [PATCH] Do not even use untested code in non-production environments --- src/libsodium/include/sodium/private/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/include/sodium/private/common.h b/src/libsodium/include/sodium/private/common.h index ea29881c..f87d682e 100644 --- a/src/libsodium/include/sodium/private/common.h +++ b/src/libsodium/include/sodium/private/common.h @@ -5,7 +5,7 @@ # 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 Do not use this except if you are planning to contribute code. # warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead. # warning Alternatively, use the "stable" branch in the git repository. #endif