From: Rainer Jung Date: Wed, 10 Aug 2016 19:55:38 +0000 (+0000) Subject: EVP_MD_CTX_new() and EVP_MD_CTX_free() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678d402e50d96ac3d4243c9b796762b14ad90c4c;p=thirdparty%2Fapache%2Fhttpd.git EVP_MD_CTX_new() and EVP_MD_CTX_free() Only exist in OpenSSL 1.1.0. They were renamed from EVP_MD_CTX_create() and EVP_MD_CTX_destroy(). Followup to r1728979. Partial backport of r1729037 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755819 13f79535-47bb-0310-9956-ffa450edef68 ---