From 212a010b5ba9a96ec58344641055769a71909b85 Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 6 Aug 2016 07:08:59 +0000 Subject: [PATCH] Unbreak PSK authentication, broken by previous. ok reyk@ florian@ --- sbin/iked/parse.y | 3 +-- 1 file changed, 1 insertion(+), 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 @@ -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; -- 2.20.1