Engine doesn't need NO_OLD_RNG_NAME

This commit is contained in:
Lealem Amedie
2024-04-19 16:15:38 -06:00
parent acc6ff84d8
commit eafa425019

View File

@ -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