Make sure we get the definition of OPENSSL_NO_RIPEMD.
[openssl.git] / crypto / evp / m_ripemd.c
index 64725528dcc0492c8e04fd3e83ff9fd4d0330085..ca8ed75851dc5fb10524185fadc56618e72e6968 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_RIPEMD
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RIPEMD
+
 #include <openssl/ripemd.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>