diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 18:55:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 18:55:00 +0000 |
commit | 6e9b1a12537089496c0d5de32d7ee96009b6e76d (patch) | |
tree | 710c88b3519c50e69a1879fb38390259ddb09c43 /sbin | |
parent | 135df068726fceeb3fd0e44f16868d8a2089e3d4 (diff) |
gmp is gone, make it build again
Diffstat (limited to 'sbin')
-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> |