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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user