提交 707059a9 编写于 作者: R Richard Levitte

Don't add afalg engine if configured "no-engine"

Also, indent a little deeper, for clarity.
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 79fff39d
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
IF[{- !$disabled{afalg} -}]
IF[{- $disabled{"dynamic-engine"} -}]
LIBS=../../libcrypto
SOURCE[../../libcrypto]=e_afalg.c e_afalg_err.c
ELSE
ENGINES=afalg
SOURCE[afalg]=e_afalg.c e_afalg_err.c
DEPEND[afalg]=../../libcrypto
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
ENDIF
IF[{- !$disabled{"engine"} -}]
IF[{- !$disabled{afalg} -}]
IF[{- $disabled{"dynamic-engine"} -}]
LIBS=../../libcrypto
SOURCE[../../libcrypto]=e_afalg.c e_afalg_err.c
ELSE
ENGINES=afalg
SOURCE[afalg]=e_afalg.c e_afalg_err.c
DEPEND[afalg]=../../libcrypto
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
ENDIF
ENDIF
ENDIF
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册