fix deprecation version number in docs
authorJoey Yandle <xoloki@gmail.com>
Mon, 16 May 2016 19:51:40 +0000 (12:51 -0700)
committerRich Salz <rsalz@openssl.org>
Sun, 29 May 2016 17:36:59 +0000 (13:36 -0400)
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)

doc/crypto/RAND_add.pod

index cb8e781f76012cbbacf922aa19db58d6371cb948..46de165a9795bf547619d7517f68b7c60d5dc2c9 100644 (file)
@@ -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