summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp6/files/patch-ca')
-rw-r--r--security/pgp6/files/patch-ca11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pgp6/files/patch-ca b/security/pgp6/files/patch-ca
deleted file mode 100644
index 00b223975287..000000000000
--- a/security/pgp6/files/patch-ca
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/pgpcdk/priv/crypto/random/pgpRandomPool.c.orig 1999-08-06 13:56:49.000000000 -0700
-+++ libs/pgpcdk/priv/crypto/random/pgpRandomPool.c 2008-09-01 10:07:20.000000000 -0700
-@@ -424,7 +424,7 @@ pgpInitGlobalRandomPoolContext( PGPRando
- * #define UMULH_32(r,a,b) (r) = 0
- */
- #ifndef UMULH_32
--#if defined(__GNUC__) && defined(__i386__)
-+#if defined(__GNUC__) && defined(__i386__) && 0
- /* Inline asm goodies */
- #define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
- #elif HAVE64