Make sure we get the definition of OPENSSL_NO_RIPEMD.
This commit is contained in:
parent
cd6ab56da0
commit
dfefdb41f7
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue