From: Richard Levitte Date: Sun, 29 Dec 2002 01:37:35 +0000 (+0000) Subject: Finally get rid of all the algorithm inclusions that were done from X-Git-Tag: OpenSSL_0_9_7a~86^2~49 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=7acf00a6330c2181af7e55d6b6c719432a5445d9 Finally get rid of all the algorithm inclusions that were done from evp.h. Application authors BEWARE! If you have had the habit to count on evp.h to provide all those lower-level algorithm functions, you need to think again! Please change your programs NOW, or you will be sorry when 0.9.8 gets release (it's quite some time away...). --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 10e9e414c5..b084a35809 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -74,48 +74,6 @@ #ifndef OPENSSL_NO_BIO #include #endif -#ifndef OPENSSL_NO_MD2 -#include -#endif -#ifndef OPENSSL_NO_MD4 -#include -#endif -#ifndef OPENSSL_NO_MD5 -#include -#endif -#ifndef OPENSSL_NO_SHA -#include -#endif -#ifndef OPENSSL_NO_RIPEMD -#include -#endif -#ifndef OPENSSL_NO_DES -#include -#endif -#ifndef OPENSSL_NO_RC4 -#include -#endif -#ifndef OPENSSL_NO_RC2 -#include -#endif -#ifndef OPENSSL_NO_RC5 -#include -#endif -#ifndef OPENSSL_NO_BF -#include -#endif -#ifndef OPENSSL_NO_CAST -#include -#endif -#ifndef OPENSSL_NO_IDEA -#include -#endif -#ifndef OPENSSL_NO_MDC2 -#include -#endif -#ifndef OPENSSL_NO_AES -#include -#endif /* #define EVP_RC2_KEY_SIZE 16 @@ -133,18 +91,6 @@ /* Default PKCS#5 iteration count */ #define PKCS5_DEFAULT_ITER 2048 -#ifndef OPENSSL_NO_RSA -#include -#endif - -#ifndef OPENSSL_NO_DSA -#include -#endif - -#ifndef OPENSSL_NO_DH -#include -#endif - #include #define EVP_PK_RSA 0x0001