]> granicus.if.org Git - apache/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)
commitd42d73e2828fedb868fdba4c5c12358d161b38e2
treec2e3c5ace2c1624f44c3a748b4fe468bbf070560
parent8522c6f09220abb95987976b7a9449f79d47944c
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@100970 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c