summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPascal Stumpf <pascal@cvs.openbsd.org>2016-08-06 07:09:00 +0000
committerPascal Stumpf <pascal@cvs.openbsd.org>2016-08-06 07:09:00 +0000
commit9bee39ed74f2910e8a8363323fe1d5f74b330c02 (patch)
tree0a89b8a2ebdcf2482206a612fad4d7b3ea2ab12c /sbin
parent08a5a5daf91fbac476e7c2cd660f5748eab3e971 (diff)
Unbreak PSK authentication, broken by previous.
ok reyk@ florian@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/iked/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/parse.y b/sbin/iked/parse.y
index 5f93f075d2c..c93a97874d2 100644
--- a/sbin/iked/parse.y
+++ b/sbin/iked/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.56 2016/07/20 12:31:00 reyk Exp $ */
+/* $OpenBSD: parse.y,v 1.57 2016/08/06 07:08:59 pascal Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -823,7 +823,6 @@ ikeauth : /* empty */ {
memcpy(&$$, &$2, sizeof($$));
$$.auth_method = IKEV2_AUTH_SHARED_KEY_MIC;
$$.auth_eap = 0;
- $$.auth_length = 0;
}
| EAP STRING {
unsigned int i;