diff options
author | tedu <> | 2014-04-16 17:59:17 +0000 |
---|---|---|
committer | tedu <> | 2014-04-16 17:59:17 +0000 |
commit | 8cf170bf672c7d86b3903a219e445ba6138e7e95 (patch) | |
tree | fa8aa2c33679a60946ff76922a99938af26dde80 /src/lib/libssl/ssl_ciph.c | |
parent | 2a02c4f91789a07715ed68ed2af2782ad52c815a (diff) | |
download | openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.tar.gz openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.tar.bz2 openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.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")) { |