summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/apps/certpatch/certpatch.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-27 11:24:46 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-27 11:24:46 +0000
commit56d57f2337659de8e0a7b7c22a89120aaacbc1a6 (patch)
treea69dbb1c3e616d62656c349990da88f270641521 /sbin/isakmpd/apps/certpatch/certpatch.c
parent35d3367f7e29fc08a3756aadfe63ed55eca709a6 (diff)
Cleanup the MP_FLAVOUR situation. Still needs work.
Diffstat (limited to 'sbin/isakmpd/apps/certpatch/certpatch.c')
-rw-r--r--sbin/isakmpd/apps/certpatch/certpatch.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c
index 92b61efa535..06ad17657bf 100644
--- a/sbin/isakmpd/apps/certpatch/certpatch.c
+++ b/sbin/isakmpd/apps/certpatch/certpatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: certpatch.c,v 1.12 2001/01/26 11:08:22 niklas Exp $ */
+/* $OpenBSD: certpatch.c,v 1.13 2001/01/27 11:24:39 niklas Exp $ */
/* $EOM: certpatch.c,v 1.11 2000/12/21 14:50:09 ho Exp $ */
/*
@@ -58,10 +58,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-#if MP_FLAVOUR == MP_FLAVOUR_GMP
-# include <gmp.h>
-#endif
-
#include "sysdep.h"
#ifdef KAME
@@ -76,8 +72,9 @@
#include <openssl/pem.h>
#include "conf.h"
-#include "log.h"
#include "ipsec_num.h"
+#include "log.h"
+#include "math_mp.h"
#include "x509.h"
#define IDTYPE_IP "ip"