Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290884 Details for
Bug 427619
patch to make xca build against new openssl
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to make build
xca-0.6.4.newopenssl.patch (text/plain), 692 bytes, created by
Caolan McNamara
on 2008-01-05 14:52:11 UTC
(
hide
)
Description:
patch to make build
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-01-05 14:52:11 UTC
Size:
692 bytes
patch
obsolete
>diff -ru xca-0.6.4.orig/lib/x509rev.cpp xca-0.6.4/lib/x509rev.cpp >--- xca-0.6.4.orig/lib/x509rev.cpp 2007-08-13 19:55:50.000000000 +0100 >+++ xca-0.6.4/lib/x509rev.cpp 2008-01-05 14:16:59.000000000 +0000 >@@ -7,7 +7,12 @@ > > #include "x509rev.h" > >-#if OPENSSL_VERSION_NUMBER >= 0x00908000L >+#if OPENSSL_VERSION_NUMBER >= 0x0090807fL >+#define X509_REVOKED_dup(x5r) (X509_REVOKED *)ASN1_dup( \ >+ (int (*)(void*, unsigned char**))i2d_X509_REVOKED, \ >+ (void* (*)(void**, const unsigned char**, long int))d2i_X509_REVOKED, \ >+ (char *)x5r) >+#elif OPENSSL_VERSION_NUMBER >= 0x00908000L > #define X509_REVOKED_dup(x5r) \ > ASN1_dup_of (X509_REVOKED, i2d_X509_REVOKED, d2i_X509_REVOKED, x5r) >
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 427619
: 290884