Fix test_ssl_new test failure
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 16:04:57 +0000 (17:04 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Apr 2020 13:50:48 +0000 (14:50 +0100)
commit62ba834554d8795cb247a3a6fd630b56f1716709
tree3449afb0f54469fa1ed0e1c29340fa891f65f8f7
parent1e78a50f5a9d4874e910a3b42f10c176197aea88
Fix test_ssl_new test failure

A couple of fetches of the MD5 and SHA1 digests were not using the
libctx in libssl and causing test_ssl_new to fail in travis. This
only occurs on builds with SSLv3 enabled (its disabled by default).

[extended tests]

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11586)
ssl/s3_enc.c