summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-06-24 06:49:45 +0000
committertb <>2024-06-24 06:49:45 +0000
commite9735226e41699bda1bf8aef91b2dbc0a144d773 (patch)
tree05b15ce59c781219b91642b49662221b84a18cb4
parent9bdf4013203aab2bc8161884feb7398faa560fa4 (diff)
downloadopenbsd-e9735226e41699bda1bf8aef91b2dbc0a144d773.tar.gz
openbsd-e9735226e41699bda1bf8aef91b2dbc0a144d773.tar.bz2
openbsd-e9735226e41699bda1bf8aef91b2dbc0a144d773.zip
ssl_err: fix whitespace
-rw-r--r--src/lib/libssl/ssl_err.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/libssl/ssl_err.c b/src/lib/libssl/ssl_err.c
index 30ca96b2fa..925b8d8644 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.47 2024/02/03 15:58:33 beck Exp $ */ 1/* $OpenBSD: ssl_err.c,v 1.48 2024/06/24 06:49:45 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 *
@@ -136,19 +136,19 @@ static ERR_STRING_DATA SSL_str_functs[]= {
136 {ERR_FUNC(70), "ACCEPT_SW_SESSION_TICKET"}, 136 {ERR_FUNC(70), "ACCEPT_SW_SESSION_TICKET"},
137 {ERR_FUNC(71), "ACCEPT_SW_CERT_STATUS"}, 137 {ERR_FUNC(71), "ACCEPT_SW_CERT_STATUS"},
138 {ERR_FUNC(72), "ACCEPT_SW_CERT_STATUS"}, 138 {ERR_FUNC(72), "ACCEPT_SW_CERT_STATUS"},
139 {ERR_FUNC(73), "ST_BEFORE"}, 139 {ERR_FUNC(73), "ST_BEFORE"},
140 {ERR_FUNC(74), "ST_ACCEPT"}, 140 {ERR_FUNC(74), "ST_ACCEPT"},
141 {ERR_FUNC(75), "ST_CONNECT"}, 141 {ERR_FUNC(75), "ST_CONNECT"},
142 {ERR_FUNC(76), "ST_OK"}, 142 {ERR_FUNC(76), "ST_OK"},
143 {ERR_FUNC(77), "ST_RENEGOTIATE"}, 143 {ERR_FUNC(77), "ST_RENEGOTIATE"},
144 {ERR_FUNC(78), "ST_BEFORE_CONNECT"}, 144 {ERR_FUNC(78), "ST_BEFORE_CONNECT"},
145 {ERR_FUNC(79), "ST_OK_CONNECT"}, 145 {ERR_FUNC(79), "ST_OK_CONNECT"},
146 {ERR_FUNC(80), "ST_BEFORE_ACCEPT"}, 146 {ERR_FUNC(80), "ST_BEFORE_ACCEPT"},
147 {ERR_FUNC(81), "ST_OK_ACCEPT"}, 147 {ERR_FUNC(81), "ST_OK_ACCEPT"},
148 {ERR_FUNC(83), "DTLS1_ST_CR_HELLO_VERIFY_REQUEST"}, 148 {ERR_FUNC(83), "DTLS1_ST_CR_HELLO_VERIFY_REQUEST"},
149 {ERR_FUNC(84), "DTLS1_ST_CR_HELLO_VERIFY_REQUEST"}, 149 {ERR_FUNC(84), "DTLS1_ST_CR_HELLO_VERIFY_REQUEST"},
150 {ERR_FUNC(85), "DTLS1_ST_SW_HELLO_VERIFY_REQUEST"}, 150 {ERR_FUNC(85), "DTLS1_ST_SW_HELLO_VERIFY_REQUEST"},
151 {ERR_FUNC(86), "DTLS1_ST_SW_HELLO_VERIFY_REQUEST"}, 151 {ERR_FUNC(86), "DTLS1_ST_SW_HELLO_VERIFY_REQUEST"},
152 {ERR_FUNC(0xfff), "(UNKNOWN)SSL_internal"}, 152 {ERR_FUNC(0xfff), "(UNKNOWN)SSL_internal"},
153 {0, NULL} 153 {0, NULL}
154}; 154};