mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* sc->fips is only defined if we have HAVE_FIPS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -233,9 +233,11 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
|||||||
sc->server->pphrase_dialog_type = SSL_PPTYPE_BUILTIN;
|
sc->server->pphrase_dialog_type = SSL_PPTYPE_BUILTIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_FIPS
|
||||||
if (sc->fips == UNSET) {
|
if (sc->fips == UNSET) {
|
||||||
sc->fips = FALSE;
|
sc->fips = FALSE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if APR_HAS_THREADS
|
#if APR_HAS_THREADS
|
||||||
|
Reference in New Issue
Block a user