From af57d843124672a9053a4da60ad7f9b6d4324a5a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 4 Feb 2000 14:01:38 +0000 Subject: Rename SSLeay_add_all_algorithms() et al to OpenSSL_add_all_algorithms(). Move these into separate files so they work properly. --- crypto/evp/evp.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'crypto/evp/evp.h') diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 47323de16a..bc99e87578 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -593,9 +593,12 @@ EVP_CIPHER *EVP_rc5_32_12_16_ecb(void); EVP_CIPHER *EVP_rc5_32_12_16_cfb(void); EVP_CIPHER *EVP_rc5_32_12_16_ofb(void); -void SSLeay_add_all_algorithms(void); -void SSLeay_add_all_ciphers(void); -void SSLeay_add_all_digests(void); +void OpenSSL_add_all_algorithms(void); +void OpenSSL_add_all_ciphers(void); +void OpenSSL_add_all_digests(void); +#define SSLeay_add_all_algorithms() OpenSSL_add_all_algorithms() +#define SSLeay_add_all_ciphers() OpenSSL_add_all_ciphers() +#define SSLeay_add_all_digests() OpenSSL_add_all_digests() int EVP_add_cipher(EVP_CIPHER *cipher); int EVP_add_digest(EVP_MD *digest); -- cgit v1.2.3