]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34710: fix SSL module build (GH-9347)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Sep 2018 12:19:08 +0000 (05:19 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 12:19:08 +0000 (05:19 -0700)
commitfff869e2a0ee3d2d65973d82e57f05479828f5a3
tree9c5757aeaaadb7c75d82b0eaab1928a20fb6396d
parentf35e4d5851555d66f1e7a36b2a37f0d82b3d1706
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>
(cherry picked from commit b3a271fc0ce3e13e427be8914decfc205a220ca8)

Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Misc/NEWS.d/next/Build/2018-09-17-13-56-12.bpo-34710.ARqIAK.rst [new file with mode: 0644]
Modules/_ssl.c