Don't add afalg engine if configured "no-engine"
Also, indent a little deeper, for clarity. Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
|
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
|
||||||
|
|
||||||
|
IF[{- !$disabled{"engine"} -}]
|
||||||
IF[{- !$disabled{afalg} -}]
|
IF[{- !$disabled{afalg} -}]
|
||||||
IF[{- $disabled{"dynamic-engine"} -}]
|
IF[{- $disabled{"dynamic-engine"} -}]
|
||||||
LIBS=../../libcrypto
|
LIBS=../../libcrypto
|
||||||
@@ -11,3 +12,4 @@ IF[{- !$disabled{afalg} -}]
|
|||||||
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
|
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
|
||||||
ENDIF
|
ENDIF
|
||||||
ENDIF
|
ENDIF
|
||||||
|
ENDIF
|
||||||
|
Reference in New Issue
Block a user