Skip to content

Commit fcf2583

Browse files
committed
Reformat the rest of ssl/.
Change-Id: I7dc264f7e29b3ba8be4c717583467edf71bf8dd9
1 parent 4685e87 commit fcf2583

File tree

14 files changed

+15473
-15765
lines changed

14 files changed

+15473
-15765
lines changed

ssl/s3_pkt.c

Lines changed: 1123 additions & 1245 deletions
Large diffs are not rendered by default.

ssl/s3_srvr.c

Lines changed: 2608 additions & 2823 deletions
Large diffs are not rendered by default.

ssl/ssl_algs.c

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,13 @@
6060

6161
extern const ERR_STRING_DATA SSL_error_string_data[];
6262

63-
int SSL_library_init(void)
64-
{
65-
CRYPTO_library_init();
66-
SSL_load_error_strings();
67-
return(1);
68-
}
63+
int SSL_library_init(void) {
64+
CRYPTO_library_init();
65+
SSL_load_error_strings();
66+
return 1;
67+
}
6968

70-
void SSL_load_error_strings(void)
71-
{
72-
ERR_load_crypto_strings();
73-
ERR_load_strings(SSL_error_string_data);
74-
}
69+
void SSL_load_error_strings(void) {
70+
ERR_load_crypto_strings();
71+
ERR_load_strings(SSL_error_string_data);
72+
}

0 commit comments

Comments
 (0)