projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd6ab56
)
Make sure we get the definition of OPENSSL_NO_RIPEMD.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:31:56 +0000
(23:31 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:31:56 +0000
(23:31 +0000)
crypto/evp/m_ripemd.c
patch
|
blob
|
history
diff --git
a/crypto/evp/m_ripemd.c
b/crypto/evp/m_ripemd.c
index 64725528dcc0492c8e04fd3e83ff9fd4d0330085..ca8ed75851dc5fb10524185fadc56618e72e6968 100644
(file)
--- 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>