commit | e2c0aea670d603b187733606a4601d77f355bc47 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 17 05:18:23 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 17 05:18:23 2018 -0700 |
tree | 41803d1f4bc21ecf5085cb97a8aa73ee30544c9b | |
parent | 1d3078849381335008379e3de96d5a81d2131113 [diff] |
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>