diff options
author | Jeff Trawick <trawick@apache.org> | 2014-04-21 23:14:21 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-04-21 23:14:21 +0200 |
commit | c51e4d9cbc1e6185aab143c2670410d3b94eb1e8 (patch) | |
tree | 1522f719de513232ab7974b32ba1a8281cd0a8c3 /support/Makefile.in | |
parent | rebuild (diff) | |
download | apache2-c51e4d9cbc1e6185aab143c2670410d3b94eb1e8.tar.xz apache2-c51e4d9cbc1e6185aab143c2670410d3b94eb1e8.zip |
Add module mod_ssl_ct, which provides an implementation of Certificate
Transparency (RFC 6962) for httpd.
mod_ssl_ct requires OpenSSL 1.0.2 (in beta) and must be explicitly
enabled via configure.
Note that support/ctauditscts is purposefully not installed; it
does not properly function due to a dependency on a
certificate-transparency open source project tool which itself is
not sufficiently complete at this time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index 635c247df4..65b77c0e4f 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -23,7 +23,7 @@ install: chmod 755 $(DESTDIR)$(bindir)/$$i; \ fi ; \ done - @for i in apachectl; do \ + @for i in apachectl ctlogconfig; do \ if test -f "$(builddir)/$$i"; then \ cp -p $$i $(DESTDIR)$(sbindir); \ chmod 755 $(DESTDIR)$(sbindir)/$$i; \ |