summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/rand.h')
-rw-r--r--libs/libcurl/src/rand.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/libcurl/src/rand.h b/libs/libcurl/src/rand.h
index 8a0c754d64..9d0442bcaa 100644
--- a/libs/libcurl/src/rand.h
+++ b/libs/libcurl/src/rand.h
@@ -36,11 +36,6 @@ CURLcode Curl_rand_bytes(struct Curl_easy *data,
#define Curl_rand(a,b,c) Curl_rand_bytes((a), (b), (c))
#endif
-/* ---- non-cryptographic version following ---- */
-CURLcode Curl_weak_random(struct Curl_easy *data,
- unsigned char *rnd,
- size_t length);
-
/*
* Curl_rand_hex() fills the 'rnd' buffer with a given 'num' size with random
* hexadecimal digits PLUS a null-terminating byte. It must be an odd number