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/isakmpd/ike_auth.c | |
parent | 6e9b1a12537089496c0d5de32d7ee96009b6e76d (diff) |
gmp is gone, make it build again; cvs retard
Diffstat (limited to 'sbin/isakmpd/ike_auth.c')
-rw-r--r-- | sbin/isakmpd/ike_auth.c | 3 |
1 files changed, 1 insertions, 2 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" |