[issue41949] Redefinition of HMAC functions prevents static linking

Gregory Szorc report at bugs.python.org
Mon Oct 5 21:38:26 EDT 2020


Gregory Szorc <gregory.szorc at gmail.com> added the comment:

My workaround was to remove `|| defined(LIBRESSL_VERSION_NUMBER)`. That works with LibreSSL 3.1.4. I'm unsure if the symbols were introduced in a specific version though. But since python-build-standalone pins all dependencies, this is a safe patch for me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41949>
_______________________________________


More information about the Python-bugs-list mailing list