Made `des_rand_data' non-static.
This function is useful and now even used. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@726 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -116,7 +116,6 @@ sigALRM(int sig)
|
|||||||
|
|
||||||
/* XXX this is a quick hack, should be fixed */
|
/* XXX this is a quick hack, should be fixed */
|
||||||
|
|
||||||
static
|
|
||||||
void
|
void
|
||||||
des_rand_data(unsigned char *data, int size)
|
des_rand_data(unsigned char *data, int size)
|
||||||
{
|
{
|
||||||
@@ -135,7 +134,6 @@ des_rand_data(unsigned char *data, int size)
|
|||||||
* It takes about 40ms/byte random data.
|
* It takes about 40ms/byte random data.
|
||||||
* It's not neccessary to be root to run it.
|
* It's not neccessary to be root to run it.
|
||||||
*/
|
*/
|
||||||
static
|
|
||||||
void
|
void
|
||||||
des_rand_data(unsigned char *data, int size)
|
des_rand_data(unsigned char *data, int size)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user