summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1999-06-05 23:09:21 +0000
committerniklas <niklas@openbsd.org>1999-06-05 23:09:21 +0000
commit3e33fa7d7c6c74b9c82d692d9a6c10154951b779 (patch)
treef5be8e254aeefcb289334ebf2fadea63b55ab520
parentPretty sure that the more restrictive umask used by mkstemp() makes the fchmod not neccessary (diff)
downloadwireguard-openbsd-3e33fa7d7c6c74b9c82d692d9a6c10154951b779.tar.xz
wireguard-openbsd-3e33fa7d7c6c74b9c82d692d9a6c10154951b779.zip
Merge with EOM 1.89
author: ho Remove early variable initialization.
-rw-r--r--sbin/isakmpd/ike_quick_mode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/ike_quick_mode.c b/sbin/isakmpd/ike_quick_mode.c
index 50d193e3c85..c653a0b864f 100644
--- a/sbin/isakmpd/ike_quick_mode.c
+++ b/sbin/isakmpd/ike_quick_mode.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ike_quick_mode.c,v 1.17 1999/06/02 06:30:39 niklas Exp $ */
-/* $EOM: ike_quick_mode.c,v 1.88 1999/05/30 14:12:30 niklas Exp $ */
+/* $OpenBSD: ike_quick_mode.c,v 1.18 1999/06/05 23:09:21 niklas Exp $ */
+/* $EOM: ike_quick_mode.c,v 1.89 1999/06/05 22:07:20 ho Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
@@ -794,7 +794,7 @@ post_quick_mode (struct message *msg)
struct prf *prf;
struct sa *sa;
struct proto *proto;
- struct ipsec_proto *iproto = proto->data;
+ struct ipsec_proto *iproto;
u_int8_t *keymat;
int i;