artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9253bf3
)
Unbreak PSK authentication, broken by previous.
author
pascal
<pascal@openbsd.org>
Sat, 6 Aug 2016 07:08:59 +0000
(07:08 +0000)
committer
pascal
<pascal@openbsd.org>
Sat, 6 Aug 2016 07:08:59 +0000
(07:08 +0000)
ok reyk@ florian@
sbin/iked/parse.y
patch
|
blob
|
history
diff --git
a/sbin/iked/parse.y
b/sbin/iked/parse.y
index
5f93f07
..
c93a978
100644
(file)
--- a/
sbin/iked/parse.y
+++ b/
sbin/iked/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.5
6 2016/07/20 12:31:00 reyk Exp $
*/
+/* $OpenBSD: parse.y,v 1.5
7 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;