From: Daniel Stenberg Date: Wed, 30 Jul 2014 21:17:41 +0000 (+0200) Subject: vtls: repair build without TLS support X-Git-Tag: curl-7_38_0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a016880620cf2a3ad5135327a27124d8c168c2;p=thirdparty%2Fcurl.git vtls: repair build without TLS support ... by defining Curl_ssl_random() properly --- diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h index 5f58cbd985..72c512d507 100644 --- a/lib/vtls/vtls.h +++ b/lib/vtls/vtls.h @@ -123,6 +123,7 @@ void Curl_ssl_md5sum(unsigned char *tmp, /* input */ #define Curl_ssl_free_certinfo(x) Curl_nop_stmt #define Curl_ssl_connect_nonblocking(x,y,z) CURLE_NOT_BUILT_IN #define Curl_ssl_kill_session(x) Curl_nop_stmt +#define Curl_ssl_random(x,y,z) CURLE_NOT_BUILT_IN #endif #endif /* HEADER_CURL_VTLS_H */