diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-15 13:57:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-22 10:00:56 +0200 |
commit | 269f7df0aec1787011e809f16bbae0a9b0dee92f (patch) | |
tree | b3fe790c1f3723f8ddb6f85d0ffc6c9f1fb908c5 /lib/rand.c | |
parent | c9c4f7b547190709622fb012c446d060710a7d9f (diff) | |
download | curl-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.c | 5 |
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. |