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.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 91bfb5f3b6..01afc72ebd 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.198 2020/09/17 15:42:14 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.199 2020/10/11 01:13:04 guenther 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 *
@@ -170,7 +170,7 @@
170#define FIXED_NONCE_LEN(x) (((x / 2) & 0xf) << 24) 170#define FIXED_NONCE_LEN(x) (((x / 2) & 0xf) << 24)
171 171
172/* list of available SSLv3 ciphers (sorted by id) */ 172/* list of available SSLv3 ciphers (sorted by id) */
173SSL_CIPHER ssl3_ciphers[] = { 173const SSL_CIPHER ssl3_ciphers[] = {
174 174
175 /* The RSA ciphers */ 175 /* The RSA ciphers */
176 /* Cipher 01 */ 176 /* Cipher 01 */