]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync with APR-util deprecated functions.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 16 Nov 2003 02:22:25 +0000 (02:22 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 16 Nov 2003 02:22:25 +0000 (02:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101789 13f79535-47bb-0310-9956-ffa450edef68

mod_ssl.c

index cdff9f61038c18381254073cd991ea3b11b5ab0d..361937e5ee3afdfd59d24f42fc387a0e6abb89d4 100644 (file)
--- a/mod_ssl.c
+++ b/mod_ssl.c
@@ -397,7 +397,7 @@ int ssl_init_ssl_connection(conn_rec *c)
                               sc->vhost_id_len);
 
     if (!SSL_set_session_id_context(ssl, (unsigned char *)vhost_md5,
-                                    MD5_DIGESTSIZE*2))
+                                    APR_MD5_DIGESTSIZE*2))
     {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, c->base_server,
                      "Unable to set session id context to `%s'", vhost_md5);