Fix spelling.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 17:21:48 +00:00
parent 4ede706ab3
commit 238037a82e
2 changed files with 9 additions and 9 deletions

View File

@@ -883,19 +883,19 @@ EVP_BytesToKey(const EVP_CIPHER *type,
*/
void
OPENSSL_add_all_algorithms(void)
OpenSSL_add_all_algorithms(void)
{
return;
}
void
OPENSSL_add_all_algorithms_conf(void)
OpenSSL_add_all_algorithms_conf(void)
{
return;
}
void
OPENSSL_add_all_algorithms_noconf(void)
OpenSSL_add_all_algorithms_noconf(void)
{
return;
}

View File

@@ -89,9 +89,9 @@
#define PKCS5_PBKDF2_HMAC_SHA1 hc_PKCS5_PBKDF2_HMAC_SHA1
#define EVP_BytesToKey hc_EVP_BytesToKey
#define EVP_get_cipherbyname hc_EVP_get_cipherbyname
#define OPENSSL_add_all_algorithms hc_OPENSSL_add_all_algorithms
#define OPENSSL_add_all_algorithms_conf hc_OPENSSL_add_all_algorithms_conf
#define OPENSSL_add_all_algorithms_noconf hc_OPENSSL_add_all_algorithms_noconf
#define OpenSSL_add_all_algorithms hc_OpenSSL_add_all_algorithms
#define OpenSSL_add_all_algorithms_conf hc_OpenSSL_add_all_algorithms_conf
#define OpenSSL_add_all_algorithms_noconf hc_OpenSSL_add_all_algorithms_noconf
/*
*
@@ -248,8 +248,8 @@ int EVP_BytesToKey(const EVP_CIPHER *, const EVP_MD *,
*
*/
void OPENSSL_add_all_algorithms(void);
void OPENSSL_add_all_algorithms_conf(void);
void OPENSSL_add_all_algorithms_noconf(void);
void OpenSSL_add_all_algorithms(void);
void OpenSSL_add_all_algorithms_conf(void);
void OpenSSL_add_all_algorithms_noconf(void);
#endif /* HEIM_EVP_H */