From b91aa025d571c6cfabf66efc513a35e7adb548bc Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 5 Dec 2018 17:52:10 +0000 Subject: [PATCH] Document r338331, arc4random_stir() and arc4random_addrandom() removed from arc4random(3). Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml b/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml index a9a04c2a35..3ddd68a529 100644 --- a/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml +++ b/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml @@ -403,7 +403,9 @@ ABI Compatibility -   + The &man.arc4random.3; library has been + updated to remove arc4random_stir() and + arc4random_addrandom().