More extension code. Incomplete support for subject and issuer alt
[openssl.git] / crypto / rand / rand_lib.c
index 4503215e1d7976e6ba884b917dbdf4941c74a9a0..6bea09211cee76baf85fcac841b88a6fed92018b 100644 (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)