Make sure we get the definition of OPENSSL_NO_HMAC.

This commit is contained in:
Richard Levitte 2003-03-20 23:23:43 +00:00
parent 3b6aa36c77
commit e8cc7de4f4

View File

@ -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