From f6fb27dcfa057a28b95fc81ee94b25f10a139e2c Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Thu, 25 Jan 2001 19:43:01 +0000 Subject: [PATCH] add missed patches. --- security/pgp6/files/patch-ca | 11 +++++++++++ security/pgp6/files/patch-cb | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 security/pgp6/files/patch-ca create mode 100644 security/pgp6/files/patch-cb 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 diff --git a/security/pgp6/files/patch-cb b/security/pgp6/files/patch-cb new file mode 100644 index 000000000000..0e24f0e95803 --- /dev/null +++ b/security/pgp6/files/patch-cb @@ -0,0 +1,10 @@ +--- libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp.orig Tue Mar 9 18:52:17 1999 ++++ libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp Fri Sep 29 20:51:02 2000 +@@ -5,6 +5,7 @@ + $Id: PGPKeyServerDialogs.cpp,v 1.2 1999/03/10 02:52:17 heller Exp $ + ____________________________________________________________________________*/ + #include ++#include + + #include "pgpDialogs.h" + #include "pgpKeyServerDialogCommon.h"