Make sure that NO-RSA applications etc can include evp.h
This commit is contained in:
parent
c22e4b19e6
commit
911ea946cb
@ -59,6 +59,14 @@
|
|||||||
#ifndef HEADER_ENVELOPE_H
|
#ifndef HEADER_ENVELOPE_H
|
||||||
#define HEADER_ENVELOPE_H
|
#define HEADER_ENVELOPE_H
|
||||||
|
|
||||||
|
#ifdef OPENSSL_ALGORITHM_DEFINES
|
||||||
|
# include <openssl/opensslconf.h>
|
||||||
|
#else
|
||||||
|
# define OPENSSL_ALGORITHM_DEFINES
|
||||||
|
# include <openssl/opensslconf.h>
|
||||||
|
# undef OPENSSL_ALGORITHM_DEFINES
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NO_MD2
|
#ifndef NO_MD2
|
||||||
#include <openssl/md2.h>
|
#include <openssl/md2.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user