Yet more changes to comments
[openssl.git] / ssl / t1_enc.c
index df287fdf04abc4c3c53c36b93a6185078af5d9fd..c200839cc8b1b34f5a9de415bdf87caf874872e2 100644 (file)
@@ -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 */