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)
This commit is contained in:
Davide Galassi 2020-02-02 10:11:29 +01:00 committed by Matt Caswell
parent 04bc70d737
commit 5a778ce574

View File

@ -8,13 +8,13 @@
*/
#include <stdio.h>
#include <openssl/bn.h>
#include <openssl/engine.h>
#include <openssl/obj_mac.h>
#include "internal/cryptlib.h"
#include "internal/refcount.h"
#include <openssl/bn.h>
#include "crypto/dh.h"
#include "dh_local.h"
#include "crypto/dh.h"
#include <openssl/engine.h>
#include "crypto/dh.h"
#ifndef FIPS_MODE
int DH_set_method(DH *dh, const DH_METHOD *meth)