mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
04bc70d737
commit
5a778ce574
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user