mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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
|
||||
#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
|
||||
#include <openssl/md2.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user