diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 18:55:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-19 18:55:00 +0000 |
commit | 6e9b1a12537089496c0d5de32d7ee96009b6e76d (patch) | |
tree | 710c88b3519c50e69a1879fb38390259ddb09c43 /sbin/isakmpd/apps | |
parent | 135df068726fceeb3fd0e44f16868d8a2089e3d4 (diff) |
gmp is gone, make it build again
Diffstat (limited to 'sbin/isakmpd/apps')
-rw-r--r-- | sbin/isakmpd/apps/certpatch/certpatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 3295bc3d637..42acd23ffd0 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: certpatch.c,v 1.10 2000/10/26 22:28:07 niklas Exp $ */ +/* $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 $ */ /* @@ -50,7 +50,6 @@ #include <ctype.h> #include <fcntl.h> #include <stdio.h> -#include <gmp.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |