diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2016-01-18 09:19:42 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2016-01-18 09:19:42 +0000 |
commit | 925a9c6013e1b3925ce24fab767adf1077e4e49e (patch) | |
tree | ca3deef915afac1611f94a7df66b33b93814dd6f /usr.sbin/smtpd | |
parent | dadd2daa392f3a7bb5dfcdfea26104dd5248c062 (diff) |
remove leftovers of (gone) curve option
ok gilles
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/parse.y | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 216ffff585f..6a94f3bf109 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.180 2016/01/12 17:29:43 sunil Exp $ */ +/* $OpenBSD: parse.y,v 1.181 2016/01/18 09:19:41 jung Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -175,7 +175,7 @@ typedef struct { %token ACCEPT REJECT INCLUDE ERROR MDA FROM FOR SOURCE MTA PKI SCHEDULER %token ARROW AUTH TLS LOCAL VIRTUAL TAG TAGGED ALIAS FILTER KEY CA DHPARAMS %token AUTH_OPTIONAL TLS_REQUIRE USERBASE SENDER SENDERS MASK_SOURCE VERIFY FORWARDONLY RECIPIENT -%token CIPHERS CURVE RECEIVEDAUTH MASQUERADE ENQUEUER +%token CIPHERS RECEIVEDAUTH MASQUERADE ENQUEUER %token <v.string> STRING %token <v.number> NUMBER %type <v.table> table @@ -1445,7 +1445,6 @@ lookup(char *s) { "certificate", CERTIFICATE }, { "ciphers", CIPHERS }, { "compression", COMPRESSION }, - { "curve", CURVE }, { "deliver", DELIVER }, { "dhparams", DHPARAMS }, { "domain", DOMAIN }, |