mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
add HAVE_AES_ECB to enable all build
This commit is contained in:
@@ -219,6 +219,7 @@ then
|
|||||||
enable_scrypt=yes
|
enable_scrypt=yes
|
||||||
|
|
||||||
AM_CFLAGS="-DHAVE_AES_DECRYPT $AM_CFLAGS"
|
AM_CFLAGS="-DHAVE_AES_DECRYPT $AM_CFLAGS"
|
||||||
|
AM_CFLAGS="-DHAVE_AES_ECB $AM_CFLAGS"
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([BUILD_ALL], [test "x$ENABLED_ALL" = "xyes"])
|
AM_CONDITIONAL([BUILD_ALL], [test "x$ENABLED_ALL" = "xyes"])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user