From: Geoffrey Young Date: Wed, 18 Feb 2004 15:47:46 +0000 (+0000) Subject: "Expected > but saw " backport X-Git-Tag: 2.0.49~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe3ed42d26ddef564f4eef23c6e3913d31af642;p=thirdparty%2Fapache%2Fhttpd.git "Expected > but saw " backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102671 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d1797ea6fa7..815e101b3e8 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/02/16 18:47:57 $] +Last modified at [$Date: 2004/02/18 15:47:46 $] Release: @@ -80,6 +80,11 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * fix "Expected > but saw " errors in nested, + argumentless containers. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/config.c?r1=1.172&r2=1.173 + +1: geoff + * mod_ssl: Clear OpenSSL error stack during pphrase entry to prevent spurious failures in SSL functions later. PR: 21160