Skip to content

[3.7] bpo-34710: fix SSL module build (GH-9347)#9351

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-b3a271f-3.7
Sep 17, 2018
Merged

[3.7] bpo-34710: fix SSL module build (GH-9347)#9351
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-b3a271f-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Sep 17, 2018

Include openssl/dh.h header file to fix implicit function declaration of DH_free().

Signed-off-by: Alexandru Ardelean [email protected]
(cherry picked from commit b3a271f)

Co-authored-by: Alexandru Ardelean [email protected]

https://bugs.python.org/issue34710

Include ``openssl/dh.h`` header file to fix implicit function declaration of ``DH_free()``.

Signed-off-by: Alexandru Ardelean <[email protected]>
(cherry picked from commit b3a271f)

Co-authored-by: Alexandru Ardelean <[email protected]>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@commodo and @tiran: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

@commodo and @tiran: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants