From: pascal Date: Sat, 6 Aug 2016 07:08:59 +0000 (+0000) Subject: Unbreak PSK authentication, broken by previous. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=212a010b5ba9a96ec58344641055769a71909b85;p=openbsd Unbreak PSK authentication, broken by previous. ok reyk@ florian@ --- 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 @@ -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;