diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-08 17:42:27 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-08 17:42:27 +0000 |
commit | 2f430bb6d4ed113cd4a294d45e6c053645ce1f31 (patch) | |
tree | 9cef8f187380e6208b8e1891f34241a5a6584491 /security/xca/files/patch-lib__x509rev.cpp | |
parent | Fix 2747fc39-915b-11dc-9239-001c2514716c. zh-xpdf, ja-xpdf, and (diff) |
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)
Diffstat (limited to 'security/xca/files/patch-lib__x509rev.cpp')
-rw-r--r-- | security/xca/files/patch-lib__x509rev.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |