Fix no-engine
authorMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2020 15:54:09 +0000 (15:54 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Feb 2020 23:27:58 +0000 (23:27 +0000)
commit709b5e8a3e10963072ce390df7e736308853aa85
treea3705aad1ecbfa1e100082d8eafb6c71ab93f1bb
parent92dcfb796f51aa64d0ff34a5c9dbabf49f432c6f
Fix no-engine

We don't need to check if an engine has a cipher/digest in a no-engine
build.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/11031)
ssl/ssl_lib.c