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:
Yang Tse
2009-09-17 14:23:27 +00:00
parent be5c815f63
commit f2f45339dc
12 changed files with 119 additions and 45 deletions

View File

@@ -31,7 +31,8 @@ SOURCE \
hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
curl_rand.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL