diff options
author | 2014-12-21 01:16:38 +0100 | |
---|---|---|
committer | 2014-12-21 01:16:38 +0100 | |
commit | 4d6a3d6c01abc468ec85395c58f1a36f6f16560e (patch) | |
tree | 354169073a71ea73989bad9a7950bf4d3794333d /configure | |
parent | Issue #19104: pprint now produces evaluable output for wrapped strings. (diff) | |
download | cpython-4d6a3d6c01abc468ec85395c58f1a36f6f16560e.tar.gz cpython-4d6a3d6c01abc468ec85395c58f1a36f6f16560e.tar.bz2 cpython-4d6a3d6c01abc468ec85395c58f1a36f6f16560e.zip |
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
instead of reading /dev/urandom, to get pseudo-random bytes.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 14f4044be6b..f9af72d5b56 100755 --- a/configure +++ b/configure @@ -10697,7 +10697,7 @@ fi for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ clock confstr ctermid dup3 execv faccessat fchmod fchmodat fchown fchownat \ fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \ - futimens futimes gai_strerror \ + futimens futimes gai_strerror getentropy \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ if_nameindex \ |