summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.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_pkt.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_pkt.c')
-rw-r--r--ssl/s3_pkt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index 780acec505..2da4d8f1f1 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -684,8 +684,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len)
len >= 4 * (int)(max_send_fragment = s->max_send_fragment) &&
s->compress == NULL && s->msg_callback == NULL &&
SSL_USE_EXPLICIT_IV(s) &&
- EVP_CIPHER_flags(s->
- enc_write_ctx->cipher) &
+ EVP_CIPHER_flags(s->enc_write_ctx->cipher) &
EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK) {
unsigned char aad[13];
EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param;