FreeBSD Bugzilla – Attachment 154591 Details for
Bug 198750
[PATCH] security/krb5-112: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
svn diff for security/krb5-112
patch-security_krb5-112.txt (text/plain), 1.27 KB, created by
Bernard Spil
on 2015-03-20 20:48:39 UTC
(
hide
)
Description:
svn diff for security/krb5-112
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-03-20 20:48:39 UTC
Size:
1.27 KB
patch
obsolete
>Index: security/krb5-112/files/patch-src__plugins__preauth__pkinit__pkinit_crypto_openssl.c >=================================================================== >--- security/krb5-112/files/patch-src__plugins__preauth__pkinit__pkinit_crypto_openssl.c (revision 0) >+++ security/krb5-112/files/patch-src__plugins__preauth__pkinit__pkinit_crypto_openssl.c (working copy) >@@ -0,0 +1,11 @@ >+--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2015-02-18 23:31:13.000000000 +0100 >++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2015-02-28 22:05:52.151654774 +0100 >+@@ -172,7 +172,7 @@ >+ pkinit_pkcs11_code_to_text(int err); >+ >+ >+-#if OPENSSL_VERSION_NUMBER >= 0x10000000L >++#if OPENSSL_VERSION_NUMBER >= 0x10000000L && !defined(OPENSSL_NO_CMS) >+ /* Use CMS support present in OpenSSL 1.0 and later. */ >+ #include <openssl/cms.h> >+ #define pkinit_CMS_get0_content_signed(_cms) CMS_get0_content(_cms) > >Property changes on: security/krb5-112/files/patch-src__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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 198750
: 154591 |
154592