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

Wrong manifest entries for libssl and libcrypto #379

Open
vadimcn opened this issue Oct 22, 2024 · 0 comments
Open

Wrong manifest entries for libssl and libcrypto #379

vadimcn opened this issue Oct 22, 2024 · 0 comments

Comments

@vadimcn
Copy link

vadimcn commented Oct 22, 2024

The PYTHON.json in cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst has this:

        "extensions": {
            ...
            "_ssl": [
                {
                    ...
                    "links": [
                        ...
                        {
                            "name": "libcrypto-1_1-x64",
                            "path_dynamic": "install/DLLs/libcrypto-1_1-x64.dll"
                        },
                        {
                            "name": "libssl-1_1-x64",
                            "path_dynamic": "install/DLLs/libssl-1_1-x64.dll"
                        }
                    ],

However libcrypto-1_1-x64.dll and libssl-1_1-x64.dll do not exist in the archive. Instead, there are libcrypto-3-x64.dll and libssl-3-x64.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant