Skip to content
Snippets Groups Projects
Commit 01a01688 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

vtls: repair build without TLS support

... by defining Curl_ssl_random() properly
parent 0e811d8c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment