summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/isakmpd.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-19 19:32:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-19 19:32:55 +0000
commita1284b1dc0edb9df01bb78070c6cc172383aa4f2 (patch)
tree129805116cfb1915290b29a701da1d678cc5e469 /sbin/isakmpd/isakmpd.c
parent608e69f177c007956605ba38af06aff9ccf9d266 (diff)
cert.c: Merge with EOM 1.14
ike_auth.c: Merge with EOM 1.43 ike_phase_1.c: Merge with EOM 1.21 init.c: Merge with EOM 1.24 ipsec.c: Merge with EOM 1.117 isakmpd.c: Merge with EOM 1.44 math_group.c: Merge with EOM 1.22 author: niklas Copyright 2000 author: niklas Allow isakmpd builders to remove optional parts and save bytes.
Diffstat (limited to 'sbin/isakmpd/isakmpd.c')
-rw-r--r--sbin/isakmpd/isakmpd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c
index 1cac9249bb1..3466c2601ae 100644
--- a/sbin/isakmpd/isakmpd.c
+++ b/sbin/isakmpd/isakmpd.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: isakmpd.c,v 1.18 2000/02/01 02:46:18 niklas Exp $ */
-/* $EOM: isakmpd.c,v 1.42 2000/01/31 22:33:46 niklas Exp $ */
+/* $OpenBSD: isakmpd.c,v 1.19 2000/02/19 19:32:53 niklas Exp $ */
+/* $EOM: isakmpd.c,v 1.44 2000/02/19 07:58:56 niklas Exp $ */
/*
- * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
+ * Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
* Copyright (c) 1999, 2000 Angelos D. Keromytis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,7 +57,7 @@
#include "util.h"
#include "cert.h"
-#if defined (USE_KEYNOTE) || defined (HAVE_DLOPEN)
+#ifdef USE_POLICY
#include "policy.h"
#endif
@@ -182,7 +182,7 @@ reinit (void)
/* Set timezone */
tzset ();
-#if defined (USE_KEYNOTE) || defined (HAVE_DLOPEN)
+#ifdef USE_POLICY
/* Reread the policies. */
policy_init ();
#endif