You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the include_dirs and library_dirs in setup.py to point to openssl 1.1.1u and built sslkeylog successfully on MacOS 13.3. However it crash with a simple test.
So another guess would be that the build _sslkeylog dylib is linked with one copy of OpenSSL while Python's _ssl is linked with another. You can check that out using otool -L.
I added the include_dirs and library_dirs in setup.py to point to openssl 1.1.1u and built sslkeylog successfully on MacOS 13.3. However it crash with a simple test.
The text was updated successfully, but these errors were encountered: