summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 00:57:19 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:46:13 +0000
commite3db68b766609ad5a3d1ab1fbf68d9286e6cf8b3 (patch)
treebad861f06b61941cacd48b4af354c19151a8dc4f /ssl/t1_enc.c
parentc583d40678a6be5d86cc421f45ff7894292c8d6c (diff)
Yet more changes to commentsOpenSSL_1_0_0-pre-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/t1_enc.c')
-rw-r--r--ssl/t1_enc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index df287fdf04..c200839cc8 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -214,7 +214,8 @@ static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec,
goto err;
out+=j;
olen-=j;
- if (!HMAC_Final(&ctx_tmp,A1,&A1_len)) /* calc the next A1 value */
+ /* calc the next A1 value */
+ if (!HMAC_Final(&ctx_tmp,A1,&A1_len))
goto err;
}
else /* last one */