Skip to content

Commit eafa425

Browse files
author
Lealem Amedie
committed
Engine doesn't need NO_OLD_RNG_NAME
1 parent acc6ff8 commit eafa425

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,9 +1915,9 @@ AC_ARG_ENABLE([opensslcoexist],
19151915

19161916
if test "x$ENABLED_OPENSSLCOEXIST" = "xyes" || test "$ENABLED_WOLFENGINE" = "yes"
19171917
then
1918-
# make sure old names are disabled
1919-
enable_oldnames=no
1920-
1918+
# make sure old names are disabled (except RNG)
1919+
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_WC_NAMES -DNO_OLD_SSL_NAMES"
1920+
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_SHA_NAMES -DNO_OLD_MD5_NAME"
19211921
AM_CFLAGS="$AM_CFLAGS -DOPENSSL_COEXIST"
19221922
fi
19231923

0 commit comments

Comments
 (0)