No longer patch away other entropy sources from libexpat. Upstream
authorbluhm <bluhm@openbsd.org>
Thu, 27 May 2021 12:57:22 +0000 (12:57 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 27 May 2021 12:57:22 +0000 (12:57 +0000)
commit497fa8ab72e332cdae6367aa11ecb18863e9fa56
treed904c0b68a2c33867e4c9431d2360cf5aa72d7c2
parentdcb56be102fb1a44297e1043671faa4c94996ae3
No longer patch away other entropy sources from libexpat.  Upstream
expat uses arc4random_buf(3) as first option if available.  Drop
our local patch.  Behavior stays the same.  Updates will be easier.
Environment variable EXPAT_ENTROPY_DEBUG can be used to check that
arc4random_buf() is really used.
OK sthen@
lib/libexpat/lib/xmlparse.c