mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-06-02 09:19:33 +00:00
dea988bc53
OpenSSL 3.x removed <openssl/md2.h> but keeps MD2_Init as a deprecated shim in libcrypto. Add AC_CHECK_HEADER([openssl/md2.h]) inside the existing AC_CHECK_LIB block so HAVE_CRYPTO_MD2 is only defined when both the function and header are available.