2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

include missing definitions for fips builds

This commit is contained in:
Aydın Mercan
2024-10-17 08:35:06 +03:00
parent 84316dcf47
commit 0b0f05215c

View File

@@ -12,11 +12,15 @@
*/
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/ssl.h>
#include <isc/crypto.h>
#include <isc/fips.h>
#include <isc/log.h>
#include <isc/mem.h>
#include <isc/tls.h>
#include <isc/util.h>
static isc_mem_t *isc__crypto_mctx = NULL;