Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.
PR: 216, point 1
This commit is contained in:
parent
bce625987d
commit
a1f09ea8f8
@ -59,7 +59,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <openssl/ripemd.h>
|
|
||||||
|
|
||||||
#ifdef OPENSSL_NO_RIPEMD
|
#ifdef OPENSSL_NO_RIPEMD
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
@ -68,6 +67,7 @@ int main(int argc, char *argv[])
|
|||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
#include <openssl/ripemd.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
||||||
#ifdef CHARSET_EBCDIC
|
#ifdef CHARSET_EBCDIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user