From: UndefBehavior Date: Fri, 26 Feb 2021 10:36:08 +0000 (+0300) Subject: Fix build of /dev/crypto engine with no-dynamic-engine option X-Git-Tag: openssl-3.0.0-alpha13~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bed963d58d837c5cbf0707bffe250cafffc64690;p=thirdparty%2Fopenssl.git Fix build of /dev/crypto engine with no-dynamic-engine option CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/14329) --- diff --git a/engines/e_devcrypto.c b/engines/e_devcrypto.c index e1c4372f729..76255a978d8 100644 --- a/engines/e_devcrypto.c +++ b/engines/e_devcrypto.c @@ -1361,7 +1361,6 @@ void engine_load_devcrypto_int(void) */ ERR_pop_to_mark(); } -} #else