gh-106687: _ssl: use uint64_t for SSL options (#106700)
SSL_CTX_get_options() uses uint64_t for options:
https://www.openssl.org/docs/man3.1/man3/SSL_CTX_get_options.html
Fix this compiler warning on Windows with MSC:
conversion from 'uint64_t' to 'long', possible loss of data V
Victor Stinner committed
ad95c7253a70e559e7d3f25d53f4772f28bb8b44
Parent: 036bb73
Committed by GitHub <noreply@github.com>
on 7/17/2023, 3:55:30 PM