summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2017-03-28 16:56:40 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2017-03-28 16:56:40 +0000
commit87a9101fcd813ecbc0dbb9583c0442373275bf27 (patch)
treea54eb6870d66674d437282bc324544c323dc8167
parente63db400608d323135ad0f538b15d6d281376285 (diff)
Remove RSA from the list of keywords, lookup is now done in a table.
This lets us configure explicit old-style RSA again. OK mikeb@
-rw-r--r--sbin/iked/parse.y5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/iked/parse.y b/sbin/iked/parse.y
index 01c887ddd1f..aa2a6426b31 100644
--- a/sbin/iked/parse.y
+++ b/sbin/iked/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.63 2017/03/27 10:43:53 mikeb Exp $ */
+/* $OpenBSD: parse.y,v 1.64 2017/03/28 16:56:39 reyk Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -379,7 +379,7 @@ typedef struct {
%}
-%token FROM ESP AH IN PEER ON OUT TO SRCID DSTID RSA PSK PORT
+%token FROM ESP AH IN PEER ON OUT TO SRCID DSTID PSK PORT
%token FILENAME AUTHXF PRFXF ENCXF ERROR IKEV2 IKESA CHILDSA
%token PASSIVE ACTIVE ANY TAG TAP PROTO LOCAL GROUP NAME CONFIG EAP USER
%token IKEV1 FLOW SA TCPMD5 TUNNEL TRANSPORT COUPLE DECOUPLE SET
@@ -1135,7 +1135,6 @@ lookup(char *s)
{ "proto", PROTO },
{ "psk", PSK },
{ "quick", QUICK },
- { "rsa", RSA },
{ "sa", SA },
{ "set", SET },
{ "skip", SKIP },