diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 19:03:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 19:03:07 +0000 |
commit | a61c8f0d8defae086de07dc44b0b3eff2b322f07 (patch) | |
tree | f24aff98a530ccaac0d369c8155954b28ac64d5f /sbin | |
parent | 6e9b1a12537089496c0d5de32d7ee96009b6e76d (diff) |
gmp is gone, make it build again; cvs retard
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/ike_auth.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/x509.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/isakmpd/ike_auth.c b/sbin/isakmpd/ike_auth.c index 8d3eace1951..856eadff44b 100644 --- a/sbin/isakmpd/ike_auth.c +++ b/sbin/isakmpd/ike_auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_auth.c,v 1.30 2000/11/23 12:56:33 niklas Exp $ */ +/* $OpenBSD: ike_auth.c,v 1.31 2000/12/19 19:03:05 mickey Exp $ */ /* $EOM: ike_auth.c,v 1.59 2000/11/21 00:21:31 angelos Exp $ */ /* @@ -54,7 +54,6 @@ #include "conf.h" #include "constants.h" #include "exchange.h" -#include "gmp.h" #include "gmp_util.h" #include "hash.h" #include "ike_auth.h" diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c index f8f0cb0b3b1..72785fc31f7 100644 --- a/sbin/isakmpd/x509.c +++ b/sbin/isakmpd/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.33 2000/12/12 01:46:39 niklas Exp $ */ +/* $OpenBSD: x509.c,v 1.34 2000/12/19 19:03:06 mickey Exp $ */ /* $EOM: x509.c,v 1.51 2000/12/12 01:38:38 niklas Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/stat.h> #include <dirent.h> #include <fcntl.h> -#include <gmp.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |