summaryrefslogtreecommitdiffstats
path: root/security/pgp6/files/patch-ca
blob: dbe85cd88e3326ca9d0ab3ef52e69b71a14bbbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libs/pgpcdk/priv/crypto/random/pgpRandomPool.c.orig	Fri Aug  6 13:56:49 1999
+++ libs/pgpcdk/priv/crypto/random/pgpRandomPool.c	Fri Sep 29 20:41:26 2000
@@ -424,7 +424,7 @@
  * #define UMULH_32(r,a,b) (r) = 0
  */
 #ifndef UMULH_32
-#if defined(__GNUC__) && defined(__i386__)
+#if 0
 /* Inline asm goodies */
 #define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
 #elif HAVE64
OpenPOWER on IntegriCloud