[New-bugs-announce] [issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

Quentin Minster report at bugs.python.org
Thu Jun 21 22:50:21 EDT 2018


New submission from Quentin Minster <quentin at minster.io>:

I'm getting a compile error in Modules/_hashopenssl.c because the file uses some pre-1.1.0 APIs even though I'm running OpenSSL 1.1.0.

This is because this file doesn't define the OPENSSL_VERSION_1_1 macro, like Modules/_ssl.c does.

----------
components: Extension Modules
messages: 320207
nosy: laomaiweng
priority: normal
severity: normal
status: open
title: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c
type: compile error

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33936>
_______________________________________


More information about the New-bugs-announce mailing list