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

Build (windows) with old MSVC compilers (was available before OpenSSL v3.3) #24262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 25, 2024

  1. Build (windows) with old MSVC compilers (was available before OSSL v…

    …3.3)
    
        1. VC++ 2008 or earlier x86 compilers do not have inline implementation
            not only for InterlockedOr64, also for InterlockedAdd64 and
            InterlockedAnd64 (used in OSSL v3.3+)
        2. VC++ 2008 or earlier x86 compilers not map _InterlockedOr to
            InterlockedOr
        3. VC++ 2015 or earlier compilers not support 'inline' in C (nor C++) mode -
            only __inline
    
        fix all this and remove legacy (non-trivial) variant of InterlockedOr64
    yjh-styx committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b3c3435 View commit details
    Browse the repository at this point in the history