From 2f430bb6d4ed113cd4a294d45e6c053645ce1f31 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 8 Jun 2008 17:42:27 +0000 Subject: Besides updating to v0.6.4 this patch fixes the heading include ordering as pointed out by Mike Watters. PR: ports/123584 Submitted by: Mark Foster (maintainer) --- security/xca/files/patch-lib__x509rev.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/xca/files/patch-lib__x509rev.cpp (limited to 'security/xca/files/patch-lib__x509rev.cpp') diff --git a/security/xca/files/patch-lib__x509rev.cpp b/security/xca/files/patch-lib__x509rev.cpp new file mode 100644 index 000000000000..1c7a909d4092 --- /dev/null +++ b/security/xca/files/patch-lib__x509rev.cpp @@ -0,0 +1,13 @@ +--- ./lib/x509rev.cpp.orig 2007-08-13 21:55:50.000000000 +0300 ++++ ./lib/x509rev.cpp 2008-06-08 18:23:04.749150142 +0300 +@@ -13,8 +13,8 @@ + + #else + #define X509_REVOKED_dup(x5r) (X509_REVOKED *)ASN1_dup( \ +- (int (*)(...))i2d_X509_REVOKED, \ +- (char *(*)(...))d2i_X509_REVOKED, \ ++ (int (*)())i2d_X509_REVOKED, \ ++ (char *(*)())d2i_X509_REVOKED, \ + (char *)x5r) + #endif + -- cgit v1.2.3