Enable MD5 when --enable-mcapi is set

This commit is contained in:
Alex Lanzano
2025-06-25 11:33:52 -04:00
parent 4275b66211
commit 3e774f8074

View File

@@ -9250,6 +9250,8 @@ then
# Use the smaller object size implementation
ENABLED_AESGCM=yes
fi
ENABLED_MD5=yes
fi
if test "$ENABLED_MCAPI" = "yes" && test "$ENABLED_SHA512" = "no"