summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-04-15 15:25:03 +0000
committerJeff Trawick <trawick@apache.org>2014-04-15 15:25:03 +0000
commitf82af68aa47f7a3a67bdccc009831b3f79b6e241 (patch)
treefe7c4cffd29b64268a972feea2f4a081bd9805b2 /Makefile.win
parent59efbca396685c51ff90f31e0a88c510eebb3e9a (diff)
downloadhttpd-f82af68aa47f7a3a67bdccc009831b3f79b6e241.tar.gz
mod_ssl: Add hooks to allow other modules to perform processing at
several stages of initialization and connection handling. See mod_ssl_openssl.h. This is enough to allow implementation of Certificate Transparency outside of mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index c1f93cf3eb..e81c03dbab 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -1094,6 +1094,7 @@ BEGIN {
modules\proxy\mod_proxy.h \
modules\proxy\mod_serf.h \
modules\ssl\mod_ssl.h \
+ modules\ssl\mod_ssl_openssl.h \
) do \
@copy %f "$(INSTDIR)\include" < .y > nul
copy srclib\apr\Lib$(SHORT)\apr-1.lib "$(INSTDIR)\lib" <.y