summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_ripemd.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:31:56 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:31:56 +0000
commitdfefdb41f76d842df68ee0a3e8e7d71cc79eed3f (patch)
tree907e2ae086511fc3b7b78ecf1450c4c6b946bf46 /crypto/evp/m_ripemd.c
parentcd6ab56da0213d2a241e07fa67b07f257322d2e0 (diff)
Make sure we get the definition of OPENSSL_NO_RIPEMD.
Diffstat (limited to 'crypto/evp/m_ripemd.c')
-rw-r--r--crypto/evp/m_ripemd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c
index 64725528dc..ca8ed75851 100644
--- a/crypto/evp/m_ripemd.c
+++ b/crypto/evp/m_ripemd.c
@@ -56,9 +56,11 @@
* [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>