summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index 6c4383fb22..8a7a98507a 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_lib.c,v 1.110 2016/11/06 11:58:13 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.111 2016/11/06 12:08:32 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -234,24 +234,6 @@ SSL_CIPHER ssl3_ciphers[] = {
234 .alg_bits = 128, 234 .alg_bits = 128,
235 }, 235 },
236 236
237 /* Cipher 07 */
238#ifndef OPENSSL_NO_IDEA
239 {
240 .valid = 1,
241 .name = SSL3_TXT_RSA_IDEA_128_SHA,
242 .id = SSL3_CK_RSA_IDEA_128_SHA,
243 .algorithm_mkey = SSL_kRSA,
244 .algorithm_auth = SSL_aRSA,
245 .algorithm_enc = SSL_IDEA,
246 .algorithm_mac = SSL_SHA1,
247 .algorithm_ssl = SSL_SSLV3,
248 .algo_strength = SSL_MEDIUM,
249 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
250 .strength_bits = 128,
251 .alg_bits = 128,
252 },
253#endif
254
255 /* Cipher 09 */ 237 /* Cipher 09 */
256 { 238 {
257 .valid = 1, 239 .valid = 1,