Skip to content

Commit 0c69093

Browse files
committed
Remove tabulations and minor reformatting.
1 parent 32feef9 commit 0c69093

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/ssl/openssl/wrappers.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ long __aws_SSL_CTX_set_options(SSL_CTX *ctx, long options)
5353
}
5454

5555
int __aws_SSL_CTX_get_ex_new_index(long argl, void *argp,
56-
CRYPTO_EX_new *newf,
57-
CRYPTO_EX_dup *dupf,
58-
CRYPTO_EX_free *freef)
56+
CRYPTO_EX_new *newf,
57+
CRYPTO_EX_dup *dupf,
58+
CRYPTO_EX_free *freef)
5959
{
6060
return SSL_CTX_get_ex_new_index(argl, argp, newf, dupf, freef);
6161
}
@@ -90,9 +90,9 @@ int __aws_CRYPTO_num_locks(void) {
9090
}
9191

9292
void __aws_SSL_set_tmp_rsa_callback(SSL *ssl,
93-
RSA *(*tmp_rsa_callback)(SSL *ssl,
94-
int is_export,
95-
int keylength))
93+
RSA *(*tmp_rsa_callback)(SSL *ssl,
94+
int is_export,
95+
int keylength))
9696
{
9797
SSL_set_tmp_rsa_callback(ssl, tmp_rsa_callback);
9898
}

0 commit comments

Comments
 (0)