Commit bff8e1dd authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_MD4.

parent 641e6ef2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>