mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +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
|
|
@ -450,6 +450,7 @@ X_OBJS= \
|
|||
$(DIROBJ)\content_encoding.obj \
|
||||
$(DIROBJ)\cookie.obj \
|
||||
$(DIROBJ)\curl_addrinfo.obj \
|
||||
$(DIROBJ)\curl_rand.obj \
|
||||
$(DIROBJ)\curl_sspi.obj \
|
||||
$(DIROBJ)\dict.obj \
|
||||
$(DIROBJ)\easy.obj \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue