From: Richard Levitte <levitte@openssl.org>
Date: Sun, 28 Feb 2016 16:03:26 +0000 (+0100)
Subject: Add forgotten change of check of disabled-dynamic-engine
X-Git-Tag: OpenSSL_1_1_0-pre4~443
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0421c00e56cad9bdce5c1df4d406b7fc799bf6ad;p=oweals%2Fopenssl.git

Add forgotten change of check of disabled-dynamic-engine

Reviewed-by: Rich Salz <rsalz@openssl.org>
---

diff --git a/engines/build.info b/engines/build.info
index 98f0e58ee9..b401ab0e93 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -1,5 +1,5 @@
 {- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
-IF[{- !$config{dynamic_engines} -}]
+IF[{- $disabled{"dynamic-engine"} -}]
  LIBS=../libcrypto
  SOURCE[../libcrypto]=\
         e_padlock.c {- $target{padlock_asm_src} -} \