diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-25 19:43:01 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-25 19:43:01 +0000 |
commit | f6fb27dcfa057a28b95fc81ee94b25f10a139e2c (patch) | |
tree | 3d42bf700f9fffad1e827a021938f8e0068b3769 /security/pgp6/files/patch-ca | |
parent | update to 6.5.8. (diff) |
add missed patches.
Notes
Notes:
svn path=/head/; revision=37579
Diffstat (limited to 'security/pgp6/files/patch-ca')
-rw-r--r-- | security/pgp6/files/patch-ca | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ca b/security/pgp6/files/patch-ca new file mode 100644 index 000000000000..dbe85cd88e33 --- /dev/null +++ b/security/pgp6/files/patch-ca @@ -0,0 +1,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 |