summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-12-19 19:03:05 +0000
committermickey <mickey@openbsd.org>2000-12-19 19:03:05 +0000
commit4f1b92461acd8a0d080c556855785ca62156d8e4 (patch)
treec4735386412d012aeec9fdf308f432805e22d8cc
parentgmp is gone, make it build again (diff)
downloadwireguard-openbsd-4f1b92461acd8a0d080c556855785ca62156d8e4.tar.xz
wireguard-openbsd-4f1b92461acd8a0d080c556855785ca62156d8e4.zip
gmp is gone, make it build again; cvs retard
-rw-r--r--sbin/isakmpd/ike_auth.c3
-rw-r--r--sbin/isakmpd/x509.c3
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>