mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:13:34 +03:00
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
into curl_rand.c and curl_rand.h
This commit is contained in:
parent
be5c815f63
commit
f2f45339dc
12 changed files with 119 additions and 45 deletions
|
|
@ -35,6 +35,7 @@ C_SRC += connect.c
|
|||
C_SRC += content_encoding.c
|
||||
C_SRC += cookie.c
|
||||
C_SRC += curl_addrinfo.c
|
||||
C_SRC += curl_rand.c
|
||||
C_SRC += curl_sspi.c
|
||||
C_SRC += dict.c
|
||||
C_SRC += easy.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue