aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoey Yandle <xoloki@gmail.com>2016-05-16 12:51:40 -0700
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commitd407fd2c87aab12d6e2139f3aa79880a75efdd56 (patch)
treed91b19d05c93f3a6c264f10ca59b901b09d4542c /doc
parent1931a04c66f839bbf991297de6a24a0bff74bead (diff)
downloadopenssl-d407fd2c87aab12d6e2139f3aa79880a75efdd56.tar.gz
fix deprecation version number in docs
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1079)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RAND_add.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_add.pod b/doc/crypto/RAND_add.pod
index cb8e781f76..46de165a97 100644
--- a/doc/crypto/RAND_add.pod
+++ b/doc/crypto/RAND_add.pod
@@ -60,7 +60,7 @@ The other functions do not return values.
=head1 HISTORY
RAND_event() and RAND_screen() are deprecated since OpenSSL
-1.1. Use the functions described above instead.
+1.1.0. Use the functions described above instead.
=head1 SEE ALSO