add HAVE_AES_ECB to enable all build

This commit is contained in:
Jacob Barthelmeh
2018-02-16 17:06:26 -07:00
parent f569645212
commit 165059226e

View File

@@ -219,6 +219,7 @@ then
enable_scrypt=yes
AM_CFLAGS="-DHAVE_AES_DECRYPT $AM_CFLAGS"
AM_CFLAGS="-DHAVE_AES_ECB $AM_CFLAGS"
fi
AM_CONDITIONAL([BUILD_ALL], [test "x$ENABLED_ALL" = "xyes"])