From 8fdf832e5fa39bccab8825f95f7c46b54e12f6fb Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 13 Oct 2014 14:39:50 +0200 Subject: vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation --- lib/vtls/vtls.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/vtls/vtls.h') diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h index 3fd0adc38..217b1d358 100644 --- a/lib/vtls/vtls.h +++ b/lib/vtls/vtls.h @@ -112,10 +112,6 @@ void Curl_ssl_md5sum(unsigned char *tmp, /* input */ #define SSL_SHUTDOWN_TIMEOUT 10000 /* ms */ -#ifdef have_curlssl_md5sum -#define HAVE_CURL_SSL_MD5SUM -#endif - #else /* When SSL support is not present, just define away these function calls */ #define Curl_ssl_init() 1 -- cgit v1.2.3