add HAVE_AES_ECB to enable all build

pull/1379/head
Jacob Barthelmeh 2018-02-16 17:06:26 -07:00
parent f569645212
commit 165059226e
1 changed files with 1 additions and 0 deletions

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"])