]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34710: fix SSL module build (GH-9347)
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 17 Sep 2018 11:53:31 +0000 (14:53 +0300)
committerChristian Heimes <christian@python.org>
Mon, 17 Sep 2018 11:53:31 +0000 (04:53 -0700)
commitb3a271fc0ce3e13e427be8914decfc205a220ca8
tree6a64447779f5f7251d9c5d0f8a39949d40002208
parente0e5065daef36dafe10a46eaa8b7800274d73062
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>
Misc/NEWS.d/next/Build/2018-09-17-13-56-12.bpo-34710.ARqIAK.rst [new file with mode: 0644]
Modules/_ssl.c