mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Engine doesn't need NO_OLD_RNG_NAME
This commit is contained in:
@ -1915,9 +1915,9 @@ AC_ARG_ENABLE([opensslcoexist],
|
||||
|
||||
if test "x$ENABLED_OPENSSLCOEXIST" = "xyes" || test "$ENABLED_WOLFENGINE" = "yes"
|
||||
then
|
||||
# make sure old names are disabled
|
||||
enable_oldnames=no
|
||||
|
||||
# make sure old names are disabled (except RNG)
|
||||
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_WC_NAMES -DNO_OLD_SSL_NAMES"
|
||||
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_SHA_NAMES -DNO_OLD_MD5_NAME"
|
||||
AM_CFLAGS="$AM_CFLAGS -DOPENSSL_COEXIST"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user