summaryrefslogtreecommitdiff
path: root/lib/rand.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-15 13:57:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-22 10:00:56 +0200
commit269f7df0aec1787011e809f16bbae0a9b0dee92f (patch)
treeb3fe790c1f3723f8ddb6f85d0ffc6c9f1fb908c5 /lib/rand.c
parentc9c4f7b547190709622fb012c446d060710a7d9f (diff)
downloadcurl-269f7df0aec1787011e809f16bbae0a9b0dee92f.tar.gz
PolarSSL: deprecate support step 1. Removed from configure.
Also removed mentions from most docs. Discussed: https://curl.haxx.se/mail/lib-2019-05/0045.html Closes #3888
Diffstat (limited to 'lib/rand.c')
-rw-r--r--lib/rand.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/rand.c b/lib/rand.c
index 6ee45feb1..c415048ec 100644
--- a/lib/rand.c
+++ b/lib/rand.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -106,8 +106,7 @@ static CURLcode randit(struct Curl_easy *data, unsigned int *rnd)
* 'rndptr' points to.
*
* If libcurl is built without TLS support or with a TLS backend that lacks a
- * proper random API (Gskit, PolarSSL or mbedTLS), this function will use
- * "weak" random.
+ * proper random API (Gskit or mbedTLS), this function will use "weak" random.
*
* When built *with* TLS support and a backend that offers strong random, it
* will return error if it cannot provide strong random values.