aboutsummaryrefslogtreecommitdiff
path: root/security/xca/files/patch-lib__x509rev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/xca/files/patch-lib__x509rev.cpp')
-rw-r--r--security/xca/files/patch-lib__x509rev.cpp13
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
+