Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727) #29727

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 23, 2021

@tiran
Copy link
Member Author

tiran commented Nov 23, 2021

$ PY_UNSUPPORTED_OPENSSL_BUILD=static ./configure -C --with-openssl=/home/heimes/dev/python/multissl/openssl/3.0.0
...
$ grep MODULE__SSL Makefile
MODULE__SSL=yes
MODULE__SSL_CFLAGS=-I/home/heimes/dev/python/multissl/openssl/3.0.0/include
MODULE__SSL_LDFLAGS=-L/home/heimes/dev/python/multissl/openssl/3.0.0/lib   -l:libssl.a -Wl,--exclude-libs,libssl.a -l:libcrypto.a -Wl,--exclude-libs,libcrypto.a -lz 
$ grep MODULE__HASHLIB Makefile
MODULE__HASHLIB=yes
MODULE__HASHLIB_CFLAGS=-I/home/heimes/dev/python/multissl/openssl/3.0.0/include
MODULE__HASHLIB_LDFLAGS=-L/home/heimes/dev/python/multissl/openssl/3.0.0/lib   -l:libcrypto.a -Wl,--exclude-libs,libcrypto.a -lz

``

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran marked this pull request as ready for review November 23, 2021 21:28
@tiran tiran changed the title bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727) Nov 23, 2021
@tiran tiran merged commit b9e9292 into python:main Nov 23, 2021
@tiran tiran deleted the bpo-45847-ssl branch November 23, 2021 21:58
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants