Commit 707059a9 authored by Richard Levitte's avatar Richard Levitte
Browse files

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



Also, indent a little deeper, for clarity.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 79fff39d
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}

IF[{- !$disabled{"engine"} -}]
  IF[{- !$disabled{afalg} -}]
    IF[{- $disabled{"dynamic-engine"} -}]
      LIBS=../../libcrypto
@@ -11,3 +12,4 @@ IF[{- !$disabled{afalg} -}]
      INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
    ENDIF
  ENDIF
ENDIF