diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-14 17:05:19 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-14 17:05:19 +0100 |
commit | 98ff3937bb8f1735d0bc29d530674adcaacf50d1 (patch) | |
tree | 0eb6ab553153d82fcc71a815b13e35a1a2ec11d9 /Makefile.org | |
parent | Insert a comment: This is one of the few files in this directory (diff) | |
download | openssl-98ff3937bb8f1735d0bc29d530674adcaacf50d1.tar.xz openssl-98ff3937bb8f1735d0bc29d530674adcaacf50d1.zip |
SSL_ALLOW_ADH no longer has a meaning.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org index 0fd3f9a062..5b997fd348 100644 --- a/Makefile.org +++ b/Makefile.org @@ -28,8 +28,6 @@ OPENSSLDIR=/usr/local/ssl # DEVRANDOM - Give this the value of the 'random device' if your OS supports # one. 32 bytes will be read from this when the random # number generator is initalised. -# SSL_ALLOW_ADH - define if you want the server to be able to use the -# SSLv3 anon-DH ciphers. # SSL_FORBID_ENULL - define if you want the server to be not able to use the # NULL encryption ciphers. # |