diff options
author | jsing <> | 2014-04-16 15:05:23 +0000 |
---|---|---|
committer | jsing <> | 2014-04-16 15:05:23 +0000 |
commit | 0e08f2db38e867e26107d9826aa489a211882fb1 (patch) | |
tree | a1b56f00a31d02b8812b128ad441e3f5f26bbd54 /src/lib/libcrypto/bio/bio_err.c | |
parent | 10dfdaaf3324c4eccc97564cc84c12408a7b659b (diff) | |
download | openbsd-0e08f2db38e867e26107d9826aa489a211882fb1.tar.gz openbsd-0e08f2db38e867e26107d9826aa489a211882fb1.tar.bz2 openbsd-0e08f2db38e867e26107d9826aa489a211882fb1.zip |
More KNF.
Diffstat (limited to 'src/lib/libcrypto/bio/bio_err.c')
-rw-r--r-- | src/lib/libcrypto/bio/bio_err.c | 6 |
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 | ||
71 | static ERR_STRING_DATA BIO_str_functs[]= { | 71 | static 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 | ||
108 | static ERR_STRING_DATA BIO_str_reasons[]= { | 108 | static 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"}, |