diff options
author | 2001-03-27 15:46:29 +0000 | |
---|---|---|
committer | 2001-03-27 15:46:29 +0000 | |
commit | 28a9112950b0700caba9c57e8207d53e7fddc8c5 (patch) | |
tree | 76de0df3d416fee191e02ff9df69910b2a2db0ca | |
parent | Fix a problem with how TDB timeouts were used in pfkeyv2. (diff) | |
download | wireguard-openbsd-28a9112950b0700caba9c57e8207d53e7fddc8c5.tar.xz wireguard-openbsd-28a9112950b0700caba9c57e8207d53e7fddc8c5.zip |
(c)-2001
-rw-r--r-- | sbin/isakmpd/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/conf.c b/sbin/isakmpd/conf.c index 5e23c65dc13..c337b02b159 100644 --- a/sbin/isakmpd/conf.c +++ b/sbin/isakmpd/conf.c @@ -1,9 +1,9 @@ -/* $OpenBSD: conf.c,v 1.29 2001/03/13 17:56:31 ho Exp $ */ +/* $OpenBSD: conf.c,v 1.30 2001/03/27 15:46:29 ho Exp $ */ /* $EOM: conf.c,v 1.48 2000/12/04 02:04:29 angelos Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. All rights reserved. - * Copyright (c) 2000 Håkan Olsson. All rights reserved. + * Copyright (c) 2000, 2001 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |