mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
Automerge-Triggered-By: GH:benjaminp
(cherry picked from commit 196998e220
)
Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
This commit is contained in:
parent
87ecdb227f
commit
9626ac8b74
3 changed files with 4 additions and 13 deletions
|
@ -4,6 +4,9 @@
|
|||
#include "Python.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_CRYPT_H
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
/* Module crypt */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue