summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/s3_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index bbf0444c21..ab92ebf36a 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.159 2017/08/28 16:37:04 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.160 2017/08/28 18:12:10 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 *
@@ -1040,7 +1040,7 @@ SSL_CIPHER ssl3_ciphers[] = {
1040 .algorithm_enc = SSL_3DES, 1040 .algorithm_enc = SSL_3DES,
1041 .algorithm_mac = SSL_SHA1, 1041 .algorithm_mac = SSL_SHA1,
1042 .algorithm_ssl = SSL_TLSV1, 1042 .algorithm_ssl = SSL_TLSV1,
1043 .algo_strength = SSL_HIGH, 1043 .algo_strength = SSL_MEDIUM,
1044 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, 1044 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
1045 .strength_bits = 112, 1045 .strength_bits = 112,
1046 .alg_bits = 168, 1046 .alg_bits = 168,