git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89987
13f79535-47bb-0310-9956-
ffa450edef68
return "SSLSessionCache: shared memory cache not useable on this platform";
#endif
mc->nSessionCacheMode = SSL_SCMODE_SHMHT;
- cp = strchr(arg, ':');
+ cp = ap_strchr_c(arg, ':');
mc->szSessionCacheDataFile = (char *)apr_pstrdup(mc->pPool,
ap_server_root_relative(cmd->pool, cp+1));
mc->tSessionCacheDataTable = NULL;
0x02,
};
-static DH *get_dh512()
+static DH *get_dh512(void)
{
DH *dh;
0x02,
};
-static DH *get_dh1024()
+static DH *get_dh1024(void)
{
DH *dh;