mirror of
https://github.com/curl/curl.git
synced 2026-08-13 02:10:51 +03:00
vtls: repair build without TLS support
... by defining Curl_ssl_random() properly
This commit is contained in:
parent
0e811d8c59
commit
01a0168806
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue