add OPENSSL_add_all_algorithms and friends

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18299 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 12:15:52 +00:00
parent 0f02e41eff
commit c107365d22

View File

@@ -878,3 +878,24 @@ EVP_BytesToKey(const EVP_CIPHER *type,
return EVP_CIPHER_key_length(type);
}
/*
*
*/
void
OPENSSL_add_all_algorithms(void)
{
return;
}
void
OPENSSL_add_all_algorithms_conf(void)
{
return;
}
void
OPENSSL_add_all_algorithms_noconf(void)
{
return;
}