summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/x509.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-12-19 19:03:07 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-12-19 19:03:07 +0000
commita61c8f0d8defae086de07dc44b0b3eff2b322f07 (patch)
treef24aff98a530ccaac0d369c8155954b28ac64d5f /sbin/isakmpd/x509.c
parent6e9b1a12537089496c0d5de32d7ee96009b6e76d (diff)
gmp is gone, make it build again; cvs retard
Diffstat (limited to 'sbin/isakmpd/x509.c')
-rw-r--r--sbin/isakmpd/x509.c3
1 files changed, 1 insertions, 2 deletions
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>