mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-19 04:49:43 +00:00
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,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…
x
Reference in New Issue
Block a user