diff options
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r-- | src/lib/libssl/s3_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index 7ab6880131..9ac02f3e1b 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.246 2023/07/08 16:40:13 beck Exp $ */ | 1 | /* $OpenBSD: s3_lib.c,v 1.247 2023/11/29 13:29:34 tb 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 | * |
@@ -1414,7 +1414,7 @@ ssl3_get_cipher(unsigned int u) | |||
1414 | } | 1414 | } |
1415 | 1415 | ||
1416 | const SSL_CIPHER * | 1416 | const SSL_CIPHER * |
1417 | ssl3_get_cipher_by_id(unsigned int id) | 1417 | ssl3_get_cipher_by_id(unsigned long id) |
1418 | { | 1418 | { |
1419 | const SSL_CIPHER *cp; | 1419 | const SSL_CIPHER *cp; |
1420 | SSL_CIPHER c; | 1420 | SSL_CIPHER c; |