diff options
author | 2016-12-15 06:52:02 +0000 | |
---|---|---|
committer | 2016-12-15 06:52:02 +0000 | |
commit | 8df5dcb9ffd57d1985f6a4be850b89f5a3fdad41 (patch) | |
tree | 08e4e040190437363d016b8287775dddda763121 | |
parent | fix build when DIAGNOSTIC is not defined (diff) | |
download | wireguard-openbsd-8df5dcb9ffd57d1985f6a4be850b89f5a3fdad41.tar.xz wireguard-openbsd-8df5dcb9ffd57d1985f6a4be850b89f5a3fdad41.zip |
remove "(DEPRECATED)" from the Nd: none of the other base pages
document things this way and DESCRIPTION is clear anyway that this
should not be used; wording of the Nd suggested by schwarze
ok schwarze
-rw-r--r-- | lib/libcrypto/man/RAND_add.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RAND_add.3 b/lib/libcrypto/man/RAND_add.3 index 0c4639063e3..10ab096508f 100644 --- a/lib/libcrypto/man/RAND_add.3 +++ b/lib/libcrypto/man/RAND_add.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RAND_add.3,v 1.4 2016/11/29 00:07:45 schwarze Exp $ +.\" $OpenBSD: RAND_add.3,v 1.5 2016/12/15 06:52:02 jmc Exp $ .\" .\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: December 15 2016 $ .Dt RAND_ADD 3 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nm RAND_cleanup , .Nm RAND_seed , .Nm RAND_status -.Nd add entropy to the PRNG (DEPRECATED) +.Nd manipulate the PRNG state .Sh SYNOPSIS .In openssl/rand.h .Ft void |