Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605908 | Differences between
and this patch

Collapse All | Expand All

(-)ipsec-tools-0.8.2/src/setkey/token.l (-1 / +1 lines)
Lines 111-117 Link Here
111
111
112
%s S_PL S_AUTHALG S_ENCALG
112
%s S_PL S_AUTHALG S_ENCALG
113
113
114
%option noinput nounput
114
%option noinput nounput noyywrap
115
%%
115
%%
116
116
117
117
(-)ipsec-tools-0.8.2/src/racoon/prsa_tok.l (+2 lines)
Lines 45-50 Link Here
45
45
46
%}
46
%}
47
47
48
%option noyywrap
49
48
comment		\#.*
50
comment		\#.*
49
digit		[0-9]
51
digit		[0-9]
50
octet		(([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
52
octet		(([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
(-)ipsec-tools-0.8.2/src/racoon/cftoken.l (+1 lines)
Lines 138-143 Link Here
138
%s S_RMT S_RMTS S_RMTP
138
%s S_RMT S_RMTS S_RMTP
139
%s S_SA
139
%s S_SA
140
%s S_GSSENC
140
%s S_GSSENC
141
%option noyywrap
141
142
142
%%
143
%%
143
%{
144
%{

Return to bug 605908