summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-29 20:20:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-29 20:20:42 +0000
commit8b87eec420114a162abde27baf6e451e26ddadb8 (patch)
tree1f69826f70a76a489dc6e6d72935c6ad3549f7cd /app-crypt/xca/files
parentRevbump to remove ecj from RDEPEND as it's used only build-time. Also make th... (diff)
downloadhistorical-8b87eec420114a162abde27baf6e451e26ddadb8.tar.gz
historical-8b87eec420114a162abde27baf6e451e26ddadb8.tar.bz2
historical-8b87eec420114a162abde27baf6e451e26ddadb8.zip
Delete older ebuild.
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r--app-crypt/xca/files/xca-0.6.4-openssl.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-crypt/xca/files/xca-0.6.4-openssl.patch b/app-crypt/xca/files/xca-0.6.4-openssl.patch
deleted file mode 100644
index 929bceb0d643..000000000000
--- a/app-crypt/xca/files/xca-0.6.4-openssl.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -urNp xca-0.6.4.org/lib/x509rev.cpp xca-0.6.4/lib/x509rev.cpp
---- xca-0.6.4.org/lib/x509rev.cpp 2007-08-13 21:55:50.000000000 +0300
-+++ xca-0.6.4/lib/x509rev.cpp 2007-10-23 17:35:42.000000000 +0200
-@@ -7,7 +7,12 @@
-
- #include "x509rev.h"
-
--#if OPENSSL_VERSION_NUMBER >= 0x00908000L
-+#if OPENSSL_VERSION_NUMBER >= 0x0090806fL
-+#define X509_REVOKED_dup(x5r) (X509_REVOKED *)ASN1_dup( \
-+ (i2d_of_void*)i2d_X509_REVOKED, \
-+ (d2i_of_void*)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)
-