From: Ulf Möller Date: Mon, 15 May 2000 19:24:23 +0000 (+0000) Subject: Make sure that NO-RSA applications etc can include evp.h X-Git-Tag: OpenSSL_0_9_5~31 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=911ea946cbce7339878098307d4f94a3d1a7baf6 Make sure that NO-RSA applications etc can include evp.h --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 6c0275b9e2..16e3719a45 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -59,6 +59,14 @@ #ifndef HEADER_ENVELOPE_H #define HEADER_ENVELOPE_H +#ifdef OPENSSL_ALGORITHM_DEFINES +# include +#else +# define OPENSSL_ALGORITHM_DEFINES +# include +# undef OPENSSL_ALGORITHM_DEFINES +#endif + #ifndef NO_MD2 #include #endif