Check for presence of openssl/asn1.h to support definition of fallback
functions in later patches.
for ac_header in \
+ openssl/asn1.h \
openssl/crypto.h \
openssl/err.h \
openssl/evp.h \
AC_DEFINE(HAVE_OPENSSL_SSL_H, 1, [Define to 1 if you have the <openssl/ssl.h> header file.])
AC_CHECK_HEADERS( \
+ openssl/asn1.h \
openssl/crypto.h \
openssl/err.h \
openssl/evp.h \
/* Define to 1 if you have the `openat' function. */
#undef HAVE_OPENAT
+/* Define to 1 if you have the <openssl/asn1.h> header file. */
+#undef HAVE_OPENSSL_ASN1_H
+
/* Define to 1 if you have the <openssl/crypto.h> header file. */
#undef HAVE_OPENSSL_CRYPTO_H