]> granicus.if.org Git - apache/commit
mod_md: Fix compilation with OpenSSL before version 1.0.2.
authorRainer Jung <rjung@apache.org>
Fri, 16 Mar 2018 11:25:36 +0000 (11:25 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 16 Mar 2018 11:25:36 +0000 (11:25 +0000)
commitea0ad8f0608c649e950da960b58920f9b0ea9a0b
treed2884594c90e3c66c5e11001a96ee06e6a33e552
parenta78ffd288b8e9507aec15ec091353c54cda7cccc
mod_md: Fix compilation with OpenSSL before version 1.0.2.

Symbol ASN1_TIME_diff is only available for 1.0.2+,
but luckily alternative code we can use is already
available, originally written for the LibreSSL case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826973 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/md/md_crypt.c