Loading lib/url.c +5 −0 Original line number Original line Diff line number Diff line Loading @@ -289,6 +289,11 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...) va_start(param, option); va_start(param, option); switch(option) { switch(option) { case CURLOPT_SSL_CIPHER_LIST: /* set a list of cipher we want to use in the SSL connection */ data->set.ssl.cipher_list = va_arg(param, char *); break; case CURLOPT_RANDOM_FILE: case CURLOPT_RANDOM_FILE: /* /* * This is the path name to a file that contains random data to seed * This is the path name to a file that contains random data to seed Loading Loading
lib/url.c +5 −0 Original line number Original line Diff line number Diff line Loading @@ -289,6 +289,11 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...) va_start(param, option); va_start(param, option); switch(option) { switch(option) { case CURLOPT_SSL_CIPHER_LIST: /* set a list of cipher we want to use in the SSL connection */ data->set.ssl.cipher_list = va_arg(param, char *); break; case CURLOPT_RANDOM_FILE: case CURLOPT_RANDOM_FILE: /* /* * This is the path name to a file that contains random data to seed * This is the path name to a file that contains random data to seed Loading