Skip to content

Commit

Permalink
Reformat the rest of ssl/.
Browse files Browse the repository at this point in the history
Change-Id: I7dc264f7e29b3ba8be4c717583467edf71bf8dd9
  • Loading branch information
agl committed Dec 19, 2014
1 parent 4685e87 commit fcf2583
Show file tree
Hide file tree
Showing 14 changed files with 15,473 additions and 15,765 deletions.
2,368 changes: 1,123 additions & 1,245 deletions ssl/s3_pkt.c

Large diffs are not rendered by default.

5,431 changes: 2,608 additions & 2,823 deletions ssl/s3_srvr.c

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions ssl/ssl_algs.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@

extern const ERR_STRING_DATA SSL_error_string_data[];

int SSL_library_init(void)
{
CRYPTO_library_init();
SSL_load_error_strings();
return(1);
}
int SSL_library_init(void) {
CRYPTO_library_init();
SSL_load_error_strings();
return 1;
}

void SSL_load_error_strings(void)
{
ERR_load_crypto_strings();
ERR_load_strings(SSL_error_string_data);
}
void SSL_load_error_strings(void) {
ERR_load_crypto_strings();
ERR_load_strings(SSL_error_string_data);
}
Loading

0 comments on commit fcf2583

Please sign in to comment.