diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-01-26 15:21:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-01-26 15:21:09 +0000 |
commit | 986bc069204b7d3e2f6fd8bdfae370307ae03f30 (patch) | |
tree | e78087c4946be623b04a706e0f8bc763a8daef33 /sbin/isakmpd/isakmpd.c | |
parent | 56a98ebf1a14b74cb4e90f208c17583ef482fa65 (diff) |
isakmpd.c: Merge with EOM 1.39
init.c: Merge with EOM 1.19
author: angelos
GMTTimeOfDay and LocalTimeOfDay attributes, comment in x509.c.
Diffstat (limited to 'sbin/isakmpd/isakmpd.c')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index fda2a8ecce0..d2e36b0a9e8 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isakmpd.c,v 1.15 1999/10/01 14:09:20 niklas Exp $ */ -/* $EOM: isakmpd.c,v 1.38 1999/09/20 19:57:50 angelos Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.16 2000/01/26 15:21:08 niklas Exp $ */ +/* $EOM: isakmpd.c,v 1.39 1999/10/10 22:48:36 angelos Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -177,6 +177,9 @@ reinit (void) /* Reread config file. */ conf_reinit (); + /* Set timezone */ + tzset (); + #if defined (USE_KEYNOTE) || defined (HAVE_DLOPEN) /* Reread the policies. */ policy_init (); |