summaryrefslogtreecommitdiff
path: root/security/pgp6
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-25 19:43:01 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-25 19:43:01 +0000
commitf6fb27dcfa057a28b95fc81ee94b25f10a139e2c (patch)
tree3d42bf700f9fffad1e827a021938f8e0068b3769 /security/pgp6
parentupdate to 6.5.8. (diff)
add missed patches.
Notes
Notes: svn path=/head/; revision=37579
Diffstat (limited to 'security/pgp6')
-rw-r--r--security/pgp6/files/patch-ca11
-rw-r--r--security/pgp6/files/patch-cb10
2 files changed, 21 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
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 <string.h>
++#include <stdlib.h>
+
+ #include "pgpDialogs.h"
+ #include "pgpKeyServerDialogCommon.h"