mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:53:39 +03:00
Replaced use of standard C library rand()/srand() by our own pseudo-random number generator.
This commit is contained in:
parent
7eb59de7df
commit
c32cf33a16
4 changed files with 42 additions and 5 deletions
|
|
@ -97,5 +97,8 @@ void Curl_formclean(struct FormData **);
|
|||
|
||||
CURLcode Curl_formconvert(struct SessionHandle *, struct FormData *);
|
||||
|
||||
void Curl_srand(void);
|
||||
unsigned int Curl_rand(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue