summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-04-13 11:01:44 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-04-13 11:01:44 +0000
commitbaf748ba091ee4d8c48ac679cf8ecc402d6dc702 (patch)
tree87be24654f0f28a5caa473287ffd2c8700414af1 /Makefile.org
parentdd5ae703339338272b92dd015938eea8a5179dd8 (diff)
SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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 :-)