$OpenBSD: patch-include_xmlsec_openssl_crypto_h,v 1.2 2018/03/18 13:22:57 sthen Exp $

Index: include/xmlsec/openssl/crypto.h
--- include/xmlsec/openssl/crypto.h.orig
+++ include/xmlsec/openssl/crypto.h
@@ -43,12 +43,7 @@ XMLSEC_CRYPTO_EXPORT const xmlChar*     xmlSecOpenSSLG
  * What version of the openssl API do we have? (also see configure.ac)
  *
  *******************************************************************/
-#if OPENSSL_VERSION_NUMBER == 0x20000000L && defined(LIBRESSL_VERSION_NUMBER)
-/* Libressl decided to take over OpenSSL version 2.0.0, likely will create
- * issues down the road...
- */
-#define XMLSEC_OPENSSL_API_100      1
-#elif OPENSSL_VERSION_NUMBER >= 0x10100000L
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L
 #define XMLSEC_OPENSSL_API_110      1
 #elif OPENSSL_VERSION_NUMBER >= 0x10000000L
 #define XMLSEC_OPENSSL_API_100      1
