Skip to content

Commit

Permalink
Make sure we get the definition of OPENSSL_NO_HMAC.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 20, 2003
1 parent 3b6aa36 commit e8cc7de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/hmac/hmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cc7de

Please sign in to comment.