add missed patches.
This commit is contained in:
parent
97e82ad897
commit
f6fb27dcfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37579
2 changed files with 21 additions and 0 deletions
11
security/pgp6/files/patch-ca
Normal file
11
security/pgp6/files/patch-ca
Normal file
|
@ -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
|
10
security/pgp6/files/patch-cb
Normal file
10
security/pgp6/files/patch-cb
Normal file
|
@ -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"
|
Loading…
Reference in a new issue