From: Justin Erenkrantz Date: Sun, 16 Nov 2003 02:22:25 +0000 (+0000) Subject: Sync with APR-util deprecated functions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fc9d602d6a7b7b8df36052f9131b0ecc161738;p=thirdparty%2Fapache%2Fhttpd.git Sync with APR-util deprecated functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@101789 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.c b/mod_ssl.c index cdff9f61038..361937e5ee3 100644 --- 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);