mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-34710: fix SSL module build (GH-9347)
Include ``openssl/dh.h`` header file to fix implicit function declaration of ``DH_free()``. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
e0e5065dae
commit
b3a271fc0c
2 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Fixed SSL module build with OpenSSL & pedantic CFLAGS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue