summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_ciph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
-rw-r--r--src/lib/libssl/ssl_ciph.c2
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")) {