Change grammar to remove a shift/reduce conflict that was introduced
authorreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 20:29:54 +0000 (20:29 +0000)
committerreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 20:29:54 +0000 (20:29 +0000)
commitd41d389658dad632dd8f2f2afa85d0f12e4ac574
treedcfa869af070f5db09f580bfccbf1fc8790d6b0e
parent5c594d887976c41ab4897c90c06c9ba318e0f78a
Change grammar to remove a shift/reduce conflict that was introduced
with the ssl options.
"listen on $ip port 443 ssl" turns into "listen on $ip ssl port 443".

ok florian@
etc/examples/httpd.conf
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/parse.y