diff options
author | 2000-12-19 18:54:59 +0000 | |
---|---|---|
committer | 2000-12-19 18:54:59 +0000 | |
commit | a058355465ac2d631b93b2032209af6984fa1b6e (patch) | |
tree | e3365309b05a55aeddbe01fa4fd1f50191d3a271 | |
parent | This fixes keyboard lock-ups I was getting wiggling the mouse in (diff) | |
download | wireguard-openbsd-a058355465ac2d631b93b2032209af6984fa1b6e.tar.xz wireguard-openbsd-a058355465ac2d631b93b2032209af6984fa1b6e.zip |
gmp is gone, make it build again
-rw-r--r-- | sbin/isakmpd/apps/certpatch/certpatch.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/rsakeygen/rsakeygen.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/x509/x509test.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 3295bc3d637..42acd23ffd0 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: certpatch.c,v 1.10 2000/10/26 22:28:07 niklas Exp $ */ +/* $OpenBSD: certpatch.c,v 1.11 2000/12/19 18:54:59 mickey Exp $ */ /* $EOM: certpatch.c,v 1.10 2000/10/24 13:34:24 niklas Exp $ */ /* @@ -50,7 +50,6 @@ #include <ctype.h> #include <fcntl.h> #include <stdio.h> -#include <gmp.h> #include <stdlib.h> #include <string.h> #include <unistd.h> diff --git a/sbin/isakmpd/regress/rsakeygen/rsakeygen.c b/sbin/isakmpd/regress/rsakeygen/rsakeygen.c index c566548bcfa..64e754569d2 100644 --- a/sbin/isakmpd/regress/rsakeygen/rsakeygen.c +++ b/sbin/isakmpd/regress/rsakeygen/rsakeygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsakeygen.c,v 1.9 1999/08/26 22:30:46 niklas Exp $ */ +/* $OpenBSD: rsakeygen.c,v 1.10 2000/12/19 18:54:59 mickey Exp $ */ /* $EOM: rsakeygen.c,v 1.9 1999/08/12 22:34:30 niklas Exp $ */ /* @@ -40,7 +40,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <gmp.h> #include "libcrypto.h" #include "log.h" diff --git a/sbin/isakmpd/regress/x509/x509test.c b/sbin/isakmpd/regress/x509/x509test.c index 39ab6337c2e..5117cdfe4a6 100644 --- a/sbin/isakmpd/regress/x509/x509test.c +++ b/sbin/isakmpd/regress/x509/x509test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509test.c,v 1.10 1999/10/01 14:10:45 niklas Exp $ */ +/* $OpenBSD: x509test.c,v 1.11 2000/12/19 18:54:59 mickey Exp $ */ /* $EOM: x509test.c,v 1.8 1999/09/30 13:40:39 niklas Exp $ */ /* @@ -50,7 +50,6 @@ #include <ctype.h> #include <fcntl.h> #include <stdio.h> -#include <gmp.h> #include <stdlib.h> #include <stdio.h> #include <string.h> |