summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 03:30:12 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:31:48 +0000
commit323d39e87f86bc4524881942aafc7539532aefff (patch)
treebe12d6bb31947e0e1a46a8b982f887a089d121c6 /ssl/s3_srvr.c
parentae5c8664e587f2445c8e4eb436cffbb64af4f6b8 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 0aeed4cdec..ecbf7ea409 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -475,8 +475,7 @@ int ssl3_accept(SSL *s)
|| ((alg_k & SSL_kRSA)
&& (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL
|| (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
- && EVP_PKEY_size(s->cert->
- pkeys
+ && EVP_PKEY_size(s->cert->pkeys
[SSL_PKEY_RSA_ENC].privatekey) *
8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
)