From: niklas Date: Wed, 8 Mar 2000 08:42:27 +0000 (+0000) Subject: Merge with EOM 1.7 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f103b61b3f64b0f7a1902888f141a5102449cd5e;p=openbsd Merge with EOM 1.7 author: ho Add sysdep.h and compile with KAME --- diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 518c8f32d87..47d671a0418 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,5 +1,5 @@ -/* $OpenBSD: certpatch.c,v 1.7 2000/02/01 02:46:17 niklas Exp $ */ -/* $EOM: certpatch.c,v 1.6 2000/01/31 22:33:50 niklas Exp $ */ +/* $OpenBSD: certpatch.c,v 1.8 2000/03/08 08:42:27 niklas Exp $ */ +/* $EOM: certpatch.c,v 1.7 2000/03/08 02:47:45 ho Exp $ */ /* * Copyright (c) 1999 Niels Provos. All rights reserved. @@ -58,9 +58,19 @@ #include #include -#include -#include -#include +#include "sysdep.h" + +#ifdef KAME +# ifdef CRYPTO +# include +# endif +# include +# include +#else +# include +# include +# include +#endif #include "conf.h" #include "log.h"