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

@@ -122,7 +122,7 @@ SSL *s;
void (*cb)()=NULL;
int new_state,state;
RAND_seed((unsigned char *)&l,sizeof(l));
RAND_seed(&l,sizeof(l));
ERR_clear_error();
clear_sys_error();