mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
This commit is contained in:
parent
095bc8f0d6
commit
b9e9292d75
4 changed files with 350 additions and 159 deletions
|
|
@ -123,6 +123,11 @@
|
|||
#
|
||||
@MODULE__SQLITE3_TRUE@_sqlite3 _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
|
||||
|
||||
# needs -lssl and -lcrypt
|
||||
@MODULE__SSL_TRUE@_ssl _ssl.c
|
||||
# needs -lcrypt
|
||||
@MODULE__HASHLIB_TRUE@_hashlib _hashopenssl.c
|
||||
|
||||
|
||||
############################################################################
|
||||
# macOS specific modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue