Make sure we get the definition of OPENSSL_NO_MD4.
This commit is contained in:
parent
641e6ef2cb
commit
bff8e1dddb
1 changed files with 3 additions and 1 deletions
|
@ -56,9 +56,11 @@
|
|||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#ifndef OPENSSL_NO_MD4
|
||||
#include <stdio.h>
|
||||
#include "cryptlib.h"
|
||||
|
||||
#ifndef OPENSSL_NO_MD4
|
||||
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/x509.h>
|
||||
|
|
Loading…
Reference in a new issue