summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bio_err.c')
-rw-r--r--src/lib/libcrypto/bio/bio_err.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bio/bio_err.c b/src/lib/libcrypto/bio/bio_err.c
index 86e9a3082b..cd6f787a6b 100644
--- a/src/lib/libcrypto/bio/bio_err.c
+++ b/src/lib/libcrypto/bio/bio_err.c
@@ -7,7 +7,7 @@
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
11 * 11 *
12 * 2. Redistributions in binary form must reproduce the above copyright 12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in 13 * notice, this list of conditions and the following disclaimer in
@@ -68,7 +68,7 @@
68#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0) 68#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
69#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason) 69#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
70 70
71static ERR_STRING_DATA BIO_str_functs[]= { 71static ERR_STRING_DATA BIO_str_functs[] = {
72 {ERR_FUNC(BIO_F_ACPT_STATE), "ACPT_STATE"}, 72 {ERR_FUNC(BIO_F_ACPT_STATE), "ACPT_STATE"},
73 {ERR_FUNC(BIO_F_BIO_ACCEPT), "BIO_accept"}, 73 {ERR_FUNC(BIO_F_BIO_ACCEPT), "BIO_accept"},
74 {ERR_FUNC(BIO_F_BIO_BER_GET_HEADER), "BIO_BER_GET_HEADER"}, 74 {ERR_FUNC(BIO_F_BIO_BER_GET_HEADER), "BIO_BER_GET_HEADER"},
@@ -105,7 +105,7 @@ static ERR_STRING_DATA BIO_str_functs[]= {
105 {0, NULL} 105 {0, NULL}
106}; 106};
107 107
108static ERR_STRING_DATA BIO_str_reasons[]= { 108static ERR_STRING_DATA BIO_str_reasons[] = {
109 {ERR_REASON(BIO_R_ACCEPT_ERROR) , "accept error"}, 109 {ERR_REASON(BIO_R_ACCEPT_ERROR) , "accept error"},
110 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) , "bad fopen mode"}, 110 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) , "bad fopen mode"},
111 {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP) , "bad hostname lookup"}, 111 {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP) , "bad hostname lookup"},