make EVP_BytesToKey return an error
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17137 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -804,5 +804,6 @@ EVP_BytesToKey(const EVP_CIPHER *type,
|
||||
void *keydata,
|
||||
void *ivdata)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user