]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make mod_ssl consistent with itself when you have a halfass install of
authorCliff Woolley <jwoolley@apache.org>
Tue, 12 Aug 2003 20:58:53 +0000 (20:58 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 12 Aug 2003 20:58:53 +0000 (20:58 +0000)
commit10c576e9d0cf212dd6a8883711b330444838637f
tree1ff71bfa598eb7b75bfea0107a4a1386f7178755
parent9dfe10356c86b6046951e709a1c93bad91a0af8a
Make mod_ssl consistent with itself when you have a halfass install of
openssl-engine (ie, you're missing the headers).  ssl_cmd_SSLCryptoDevice()
is thrown away by the preprocessor if you're missing the header, so the
call to it should have the same condition applied.  otherwise, mod_ssl
will fail to link.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100970 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.c
mod_ssl.h
ssl_engine_config.c