Index: security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c =================================================================== --- security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c (nonexistent) +++ security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c (working copy) @@ -0,0 +1,20 @@ +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2016-12-01 22:31:25 UTC ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c +@@ -191,7 +191,7 @@ pkinit_pkcs11_code_to_text(int err); + (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* 1.1 standardizes constructor and destructor names, renaming + * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ +@@ -3059,7 +3059,7 @@ cleanup: + return retval; + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + + /* + * We need to decode DomainParameters from RFC 3279 section 2.3.3. We would Property changes on: security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h =================================================================== --- security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h (nonexistent) +++ security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h (working copy) @@ -0,0 +1,11 @@ +--- plugins/preauth/pkinit/pkinit_crypto_openssl.h.orig 2016-12-01 22:31:25 UTC ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.h +@@ -46,7 +46,7 @@ + #include + #include + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(OPENSSL_VERSION_NUMBER) + #include + #else + #include Property changes on: security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property