Christian Heimes <li...@cheimes.de> added the comment:

I would rather not support static linking.

OpenSSL uses dynamic linking by default. Static linking is problematic for 
dynamic engine support. This is going to become an even bigger issue with OSSL 
providers in OpenSSL 3.0.0. I don't know yet how well OpenSSL 3.0.0 will 
support static linking.

Our macOS and Windows builds are now dynamically linked, too. At least Windows 
builds used to be statically linked.

Dynamic linked OpenSSL has a major benefit: It allows users to update OpenSSL 
without re-compiling Python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to