[issue45808] configure check for HAVE_CRYPT_R is wrong

2021-11-15 Thread Christian Heimes
Christian Heimes added the comment: https://www.freebsd.org/cgi/man.cgi?crypt(3) LIBRARY Crypt Library (libcrypt, -lcrypt) SYNOPSIS #include char * crypt(const char *key, const char *salt); -- ___ Python tracker

[issue45808] configure check for HAVE_CRYPT_R is wrong

2021-11-15 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +27811 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29563 ___ Python tracker

[issue45808] configure check for HAVE_CRYPT_R is wrong

2021-11-15 Thread Christian Heimes
New submission from Christian Heimes : The configure check for HAVE_CRYPT_R assumes that all platforms have . Some platforms like FreeBSD don't have at all. Instead the crypt_r() prototype is defined in . -- messages: 406352 nosy: christian.heimes priority: normal severity: normal