Permit null ciphers.

This commit is contained in:
Ben Laurie
1999-03-06 12:09:36 +00:00
parent f9b2e53052
commit 988788f697
2 changed files with 7 additions and 1 deletions

View File

@@ -353,7 +353,7 @@ char *str;
mask|=SSL_kDHr|SSL_kDHd|SSL_kEDH|SSL_aDH;
#endif
#ifndef SSL_ALLOW_ENULL
#ifdef SSL_FORBID_ENULL
mask|=SSL_eNULL;
#endif