fix prototype for DES_random_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14680 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -460,9 +460,9 @@ DES_init_random_number_generator(DES_cblock *seed)
|
||||
|
||||
/* This is for backwards compatibility. */
|
||||
void
|
||||
DES_random_key(DES_cblock ret)
|
||||
DES_random_key(DES_cblock *ret)
|
||||
{
|
||||
DES_new_random_key((DES_cblock *)ret);
|
||||
DES_new_random_key(ret);
|
||||
}
|
||||
|
||||
#ifdef TESTRUN
|
||||
|
Reference in New Issue
Block a user