CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/27 06:57:22
Modified files:
lib/libexpat/lib: xmlparse.c
Log message:
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@
