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

Make sure we get the definition of OPENSSL_NO_MD5.

parent bff8e1dd
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_MD5
#include <stdio.h>
#include "cryptlib.h"

#ifndef OPENSSL_NO_MD5

#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>