summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/apps
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-26 11:08:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-26 11:08:26 +0000
commitb3e97228650d94c7fd9f47c74b03ffc1a41ef1c9 (patch)
tree7045d63b3d02c0aac5cc25e2ecedc1c87ec417c8 /sbin/isakmpd/apps
parentdbda627dc56ddb2b52df59a4a1787120ffc70c4e (diff)
apps/certpatch/certpatch.c: Merge with EOM 1.11
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.10 regress/x509/x509test.c: Merge with EOM 1.9 author: ho Only include <gmp.h> with MP_FLAVOUR_GMP.
Diffstat (limited to 'sbin/isakmpd/apps')
-rw-r--r--sbin/isakmpd/apps/certpatch/certpatch.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c
index 42acd23ffd0..92b61efa535 100644
--- a/sbin/isakmpd/apps/certpatch/certpatch.c
+++ b/sbin/isakmpd/apps/certpatch/certpatch.c
@@ -1,5 +1,5 @@
-/* $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 $ */
+/* $OpenBSD: certpatch.c,v 1.12 2001/01/26 11:08:22 niklas Exp $ */
+/* $EOM: certpatch.c,v 1.11 2000/12/21 14:50:09 ho Exp $ */
/*
* Copyright (c) 1999 Niels Provos. All rights reserved.
@@ -58,6 +58,10 @@
#include <netinet/in.h>
#include <arpa/inet.h>
+#if MP_FLAVOUR == MP_FLAVOUR_GMP
+# include <gmp.h>
+#endif
+
#include "sysdep.h"
#ifdef KAME