mirror of https://github.com/openssl/openssl.git
Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.
This commit is contained in:
parent
69104cdf34
commit
9c35452842
|
|
@ -55,10 +55,10 @@
|
|||
* Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
*/
|
||||
#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "cryptlib.h"
|
||||
#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue