From 21b4346ab38a024e4b957f3a656af1c6fbb46fc4 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sat, 7 Oct 2000 06:58:56 +0000 Subject: Merge with EOM 1.9 author: niklas Style author: ho Nowadays we can use #include instead of --- sbin/isakmpd/apps/certpatch/certpatch.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sbin/isakmpd/apps/certpatch') diff --git a/sbin/isakmpd/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 47d671a0418..0d2c9041812 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,9 +1,10 @@ -/* $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 $ */ +/* $OpenBSD: certpatch.c,v 1.9 2000/10/07 06:58:55 niklas Exp $ */ +/* $EOM: certpatch.c,v 1.9 2000/09/28 12:53:37 niklas Exp $ */ /* * Copyright (c) 1999 Niels Provos. All rights reserved. * Copyright (c) 1999, 2000 Angelos D. Keromytis. All rights reserved. + * Copyright (c) 2000 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -64,14 +65,13 @@ # ifdef CRYPTO # include # endif -# include -# include #else -# include -# include -# include +# include #endif +#include +#include + #include "conf.h" #include "log.h" #include "ipsec_num.h" @@ -80,6 +80,7 @@ #define IDTYPE_IP "ip" #define IDTYPE_FQDN "fqdn" #define IDTYPE_UFQDN "ufqdn" + int main (int argc, char **argv) { -- cgit v1.2.3