]> git.ipfire.org Git - thirdparty/openssl.git/commit
Missing "obj_mac" header file in "dh_lib"
authorDavide Galassi <davxy@datawok.net>
Sun, 2 Feb 2020 09:11:29 +0000 (10:11 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Feb 2020 15:58:07 +0000 (15:58 +0000)
commit5a778ce5740b9bad7c19e2d160071773314ad099
tree237639f36a6b79b4154fea935b03ad6e2eb7cfe6
parent04bc70d7373300d378aa9c075289d1ee404ec528
Missing "obj_mac" header file in "dh_lib"

Usage of `NID_undef` symbol without including its definition was causing
a build fail

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10996)
crypto/dh/dh_lib.c