summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_rand.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-07 20:46:25 +0000
committerschwarze <>2019-06-07 20:46:25 +0000
commit4fa434c19edccce89fe23b764f97706c3ba86b8d (patch)
tree3f39182fcaa900c1b73c446e99a95b9baa43be46 /src/lib/libcrypto/man/BN_rand.3
parent9c5872632f4705dc83b87531acf320dbf77fea3f (diff)
downloadopenbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.gz
openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.bz2
openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.zip
Remove the last references to the RAND_*(3) functions.
These references were misleading because these functions are no longer used internally and applications should not call them either. Issue brought up by tb@.
Diffstat (limited to 'src/lib/libcrypto/man/BN_rand.3')
-rw-r--r--src/lib/libcrypto/man/BN_rand.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3
index b5966bcfa2..f61616844e 100644
--- a/src/lib/libcrypto/man/BN_rand.3
+++ b/src/lib/libcrypto/man/BN_rand.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_rand.3,v 1.14 2018/12/24 10:07:22 schwarze Exp $ 1.\" $OpenBSD: BN_rand.3,v 1.15 2019/06/07 20:46:25 schwarze Exp $
2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 3.\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: December 24 2018 $ 53.Dd $Mdocdate: June 7 2019 $
54.Dt BN_RAND 3 54.Dt BN_RAND 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -121,9 +121,7 @@ The error codes can be obtained by
121.Xr ERR_get_error 3 . 121.Xr ERR_get_error 3 .
122.Sh SEE ALSO 122.Sh SEE ALSO
123.Xr BN_new 3 , 123.Xr BN_new 3 ,
124.Xr ERR_get_error 3 , 124.Xr ERR_get_error 3
125.Xr RAND_add 3 ,
126.Xr RAND_bytes 3
127.Sh HISTORY 125.Sh HISTORY
128.Fn BN_rand 126.Fn BN_rand
129first appeared in SSLeay 0.5.1 and has been available since 127first appeared in SSLeay 0.5.1 and has been available since