From 165059226e7a2dbe6bab812fe1f2e96041e527b3 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 16 Feb 2018 17:06:26 -0700 Subject: [PATCH] add HAVE_AES_ECB to enable all build --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 77d7cd50c..281fe6076 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])