Commit 0e026c12 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Propose trivial (build) fix for mod_ssl with openssl < 0.9.8m.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1719968 13f79535-47bb-0310-9956-ffa450edef68
parent 7a8ee360
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -165,6 +165,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: wrowe, icing
     ylavic: how about adding !ap_request_has_body(r) to the test then?

  *) mod_ssl: Fix missing semicolon for building with OpenSSL < 0.9.8m.
     trunk patch: http://svn.apache.org/r1719967
     +1: ylavic


PATCHES/ISSUES THAT ARE BEING WORKED