mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Make sure we get the definition of OPENSSL_NO_HMAC.
This commit is contained in:
parent
3b6aa36c77
commit
e8cc7de4f4
@ -58,6 +58,8 @@
|
||||
#ifndef HEADER_HMAC_H
|
||||
#define HEADER_HMAC_H
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef OPENSSL_NO_HMAC
|
||||
#error HMAC is disabled.
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user