Fixed incorrect return code handling in ssl3_final_finish_mac.
authorMatt Caswell <matt@openssl.org>
Tue, 10 Jun 2014 22:24:28 +0000 (23:24 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 13 Jun 2014 14:53:29 +0000 (15:53 +0100)
commit042ef467ee657206d434ce35715aa4cb13723865
tree0ac6cc1f98758571171d78089d7f0e425e0749ae
parent01736e6c415c1b08ea907380bedcd63ad4a66330
Fixed incorrect return code handling in ssl3_final_finish_mac.
Based on an original patch by Joel Sing (OpenBSD) who also originally identified the issue.
ssl/s3_enc.c