From f82af68aa47f7a3a67bdccc009831b3f79b6e241 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 15 Apr 2014 15:25:03 +0000 Subject: 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 --- NWGNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'NWGNUmakefile') diff --git a/NWGNUmakefile b/NWGNUmakefile index 1a5e91e72c..e6c53dd053 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -452,6 +452,7 @@ installdev :: FORCE $(call COPY,$(STDMOD)/proxy/mod_serf.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/session/mod_session.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/ssl/mod_ssl.h, $(INSTALLBASE)/include/) + $(call COPY,$(STDMOD)/ssl/mod_ssl_openssl.h, $(INSTALLBASE)/include/) $(call COPY,$(APR)/*.imp, $(INSTALLBASE)/lib/) $(call COPY,$(NWOS)/*.imp, $(INSTALLBASE)/lib/) $(call COPY,$(NWOS)/*.xdc, $(INSTALLBASE)/lib/) -- cgit v1.2.1