diff options
| author | tedu <> | 2014-04-16 17:59:17 +0000 | 
|---|---|---|
| committer | tedu <> | 2014-04-16 17:59:17 +0000 | 
| commit | 8624571783383935c83e19128a6076d5fcf698c9 (patch) | |
| tree | fa8aa2c33679a60946ff76922a99938af26dde80 /src/lib/libssl/ssl_ciph.c | |
| parent | a1b44532f9a79aef35e76a2cf81021e4d5221b96 (diff) | |
| download | openbsd-8624571783383935c83e19128a6076d5fcf698c9.tar.gz openbsd-8624571783383935c83e19128a6076d5fcf698c9.tar.bz2 openbsd-8624571783383935c83e19128a6076d5fcf698c9.zip | |
disentangle SRP code from TLS
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
| -rw-r--r-- | src/lib/libssl/ssl_ciph.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 4bd3be0d41..1a87cc255d 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/lib/libssl/ssl_ciph.c | |||
| @@ -724,9 +724,7 @@ ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long | |||
| 724 | *mkey |= SSL_kPSK; | 724 | *mkey |= SSL_kPSK; | 
| 725 | *auth |= SSL_aPSK; | 725 | *auth |= SSL_aPSK; | 
| 726 | #endif | 726 | #endif | 
| 727 | #ifdef OPENSSL_NO_SRP | ||
| 728 | *mkey |= SSL_kSRP; | 727 | *mkey |= SSL_kSRP; | 
| 729 | #endif | ||
| 730 | /* Check for presence of GOST 34.10 algorithms, and if they | 728 | /* Check for presence of GOST 34.10 algorithms, and if they | 
| 731 | * do not present, disable appropriate auth and key exchange */ | 729 | * do not present, disable appropriate auth and key exchange */ | 
| 732 | if (!get_optional_pkey_id("gost94")) { | 730 | if (!get_optional_pkey_id("gost94")) { | 
