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

Add casts from SSLOptionType to c_long, required with OpenSSL 3+ on Windows #114

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Add casts from SSLOptionType to c_long, required with OpenSSL 3+ on W…

    …indows
    
    Where SSLOptionType is ulong (on all platforms since v3), but c_long
    is 32-bit (Windows-specific). This fixes compilation errors when using
    SSL_CTX_set_mode() etc.
    kinke committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    52cf52c View commit details
    Browse the repository at this point in the history