Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 457318 Details for
Bug 602536
app-crypt/mit-krb5-1.15 : /.../pkinit_crypto_openssl.c:3088:3: error: expected ‘,’ or ‘;’ before ‘static_ASN1_SEQUENCE_END_name’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix compilation against libressl.
libressl.patch (text/plain), 1.45 KB, created by
Nick Wallingford
on 2016-12-24 17:03:22 UTC
(
hide
)
Description:
Patch to fix compilation against libressl.
Filename:
MIME Type:
Creator:
Nick Wallingford
Created:
2016-12-24 17:03:22 UTC
Size:
1.45 KB
patch
obsolete
>diff -aru a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c >--- src/plugins/preauth/pkinit/pkinit_crypto_openssl.c 2016-12-24 08:47:41.673722069 -0800 >+++ src/plugins/preauth/pkinit/pkinit_crypto_openssl.c 2016-12-24 08:16:18.093460663 -0800 >@@ -191,7 +191,7 @@ > (*_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 @@ > 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 >diff -aru a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.h b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.h >--- src/plugins/preauth/pkinit/pkinit_crypto_openssl.h 2016-12-24 08:47:41.674722068 -0800 >+++ src/plugins/preauth/pkinit/pkinit_crypto_openssl.h 2016-12-24 08:17:49.293133883 -0800 >@@ -46,7 +46,7 @@ > #include <openssl/asn1.h> > #include <openssl/pem.h> > >-#if OPENSSL_VERSION_NUMBER >= 0x10100000L >+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined (LIBRESSL_VERSION_NUMBER) > #include <openssl/asn1t.h> > #else > #include <openssl/asn1_mac.h> >Only in src/util/verto: Makefile
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 602536
:
456074
|
456076
|
456078
|
456080
|
456170
| 457318