From d675e841ef78a78bab5972d63fa3d8d15ecdbb19 Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 11 Jun 2015 19:00:55 +0000 Subject: Merge OpenSSL 1.0.1n. --- crypto/openssl/ssl/s3_both.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/openssl/ssl/s3_both.c') diff --git a/crypto/openssl/ssl/s3_both.c b/crypto/openssl/ssl/s3_both.c index 77374f4..107b460 100644 --- a/crypto/openssl/ssl/s3_both.c +++ b/crypto/openssl/ssl/s3_both.c @@ -169,7 +169,7 @@ int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen) i = s->method->ssl3_enc->final_finish_mac(s, sender, slen, s->s3->tmp.finish_md); - if (i == 0) + if (i <= 0) return 0; s->s3->tmp.finish_md_len = i; memcpy(p, s->s3->tmp.finish_md, i); -- cgit v1.1