More exactitude with function arguments.

This commit is contained in:
Ben Laurie
1999-02-09 23:01:08 +00:00
parent 119f62881a
commit bf5dcd135f
13 changed files with 22 additions and 22 deletions

View File

@@ -57,7 +57,6 @@
*/
#include <stdio.h>
#include "cryptlib.h"
#include <sys/types.h>
#include <time.h>
#include "rand.h"
@@ -87,7 +86,7 @@ void RAND_cleanup()
}
void RAND_seed(buf,num)
unsigned char *buf;
const void *buf;
int num;
{
if (rand_meth != NULL)