Skip to content

Wrong manifest entries for libssl and libcrypto #379

Open
@vadimcn

Description

@vadimcn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform:windowsSpecific to the Windows platform

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions