]> granicus.if.org Git - apache/commit
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
authorJoe Orton <jorton@apache.org>
Wed, 11 Aug 2004 14:25:30 +0000 (14:25 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 11 Aug 2004 14:25:30 +0000 (14:25 +0000)
commitd2e2c4e584976c7c2e0911a3b37152aea2cd7c6c
treee3f496b275f51822c801cf40aa8734764fb4f189
parent371ef0b07e72565646916bd9fc65aa99f16c4619
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
* server/log.c (ap_log_pid),
* server/mpm/prefork/prefork.c (accept_mutex_on, accept_mutex_off),
* support/htdbm.c (htdbm_list):
Fix some non-literal format strings (warnings from gcc -Wformat-security).

PR: 30585
Submitted by: Ulf Harnhammar (SITIC), Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104548 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c
server/log.c
server/mpm/prefork/prefork.c
support/htdbm.c