aboutsummaryrefslogtreecommitdiff
path: root/lib/rand.h
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.h
parentc9c4f7b547190709622fb012c446d060710a7d9f (diff)
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.h')
-rw-r--r--lib/rand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/rand.h b/lib/rand.h
index 5deb04161..3c8e2b81d 100644
--- a/lib/rand.h
+++ b/lib/rand.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2017, 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
@@ -27,8 +27,7 @@
* 'rnd' 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.