Add forgotten change of check of disabled-dynamic-engine
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7173624240
commit
0421c00e56
1 changed files with 1 additions and 1 deletions
|
@ -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} -} \
|
||||
|
|
Loading…
Reference in a new issue