diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 0277202de3..3d7810a361 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_lib.c,v 1.319 2024/02/03 15:58:34 beck Exp $ */ | 1 | /* $OpenBSD: ssl_lib.c,v 1.320 2024/02/04 20:50:23 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 | * |
@@ -1068,7 +1068,7 @@ SSL_is_server(const SSL *s) | |||
1068 | LSSL_ALIAS(SSL_is_server); | 1068 | LSSL_ALIAS(SSL_is_server); |
1069 | 1069 | ||
1070 | static long | 1070 | static long |
1071 | ssl_get_default_timeout() | 1071 | ssl_get_default_timeout(void) |
1072 | { | 1072 | { |
1073 | /* | 1073 | /* |
1074 | * 2 hours, the 24 hours mentioned in the TLSv1 spec | 1074 | * 2 hours, the 24 hours mentioned in the TLSv1 spec |