mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
enable AES-CTR for libsignal build
This commit is contained in:
@ -3963,7 +3963,7 @@ fi
|
|||||||
|
|
||||||
if test "$ENABLED_SIGNAL" = "yes"
|
if test "$ENABLED_SIGNAL" = "yes"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SIGNAL"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SIGNAL -DWOLFSSL_AES_COUNTER -DWOLFSSL_AES_DIRECT"
|
||||||
# Requires opensslextra make sure on
|
# Requires opensslextra make sure on
|
||||||
if test "x$ENABLED_OPENSSLEXTRA" = "xno" && test "x$ENABLED_OPENSSLCOEXIST" = "xno"
|
if test "x$ENABLED_OPENSSLEXTRA" = "xno" && test "x$ENABLED_OPENSSLCOEXIST" = "xno"
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user