CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/08/06 14:29:54
Modified files: etc/examples : httpd.conf usr.sbin/httpd : httpd.conf.5 parse.y Log message: 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@