summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/ssl_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_err.c b/src/lib/libssl/ssl_err.c
index 925b8d8644..5b130d45e7 100644
--- a/src/lib/libssl/ssl_err.c
+++ b/src/lib/libssl/ssl_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_err.c,v 1.48 2024/06/24 06:49:45 tb Exp $ */ 1/* $OpenBSD: ssl_err.c,v 1.49 2024/06/24 06:50:07 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -67,7 +67,7 @@
67#define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) 67#define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason)
68 68
69/* See SSL_state_func_code below */ 69/* See SSL_state_func_code below */
70static ERR_STRING_DATA SSL_str_functs[]= { 70static ERR_STRING_DATA SSL_str_functs[] = {
71 {ERR_FUNC(1), "CONNECT_CW_FLUSH"}, 71 {ERR_FUNC(1), "CONNECT_CW_FLUSH"},
72 {ERR_FUNC(2), "CONNECT_CW_CLNT_HELLO"}, 72 {ERR_FUNC(2), "CONNECT_CW_CLNT_HELLO"},
73 {ERR_FUNC(3), "CONNECT_CW_CLNT_HELLO"}, 73 {ERR_FUNC(3), "CONNECT_CW_CLNT_HELLO"},