From ce1b13c5ea3ea0c7ba8b8250b2d91942ca0db065 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 16 Sep 2012 05:28:45 +0200 Subject: Make implementations used for AES128-CTR and GHASH configurable. --- src/config.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.l') diff --git a/src/config.l b/src/config.l index 5596484..b640426 100644 --- a/src/config.l +++ b/src/config.l @@ -97,6 +97,8 @@ yes { TOKEN(TOK_YES); } no { TOKEN(TOK_NO); } port { TOKEN(TOK_PORT); } float { TOKEN(TOK_FLOAT); } +algorithm { TOKEN(TOK_ALGORITHM); } +use { TOKEN(TOK_USE); } [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} { UPDATE_LOCATION; -- cgit v1.2.3