From: Ralf S. Engelschall Date: Tue, 13 Apr 1999 11:01:44 +0000 (+0000) Subject: SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben. X-Git-Tag: OpenSSL_0_9_3beta1~339 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=baf748ba091ee4d8c48ac679cf8ecc402d6dc702 SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben. --- diff --git a/Makefile.org b/Makefile.org index 5cf8f94f2e..d6dc57ac88 100644 --- a/Makefile.org +++ b/Makefile.org @@ -21,7 +21,7 @@ PLATFORM=dist # number generator is initalised. # SSL_ALLOW_ADH - define if you want the server to be able to use the # SSLv3 anon-DH ciphers. -# SSL_ALLOW_ENULL - define if you want the server to be able to use the +# SSL_FORBID_ENULL - define if you want the server to be not able to use the # NULL encryption ciphers. # # LOCK_DEBUG - turns on lots of lock debug output :-)