More exactitude with function arguments.
[openssl.git] / crypto / bn / bn_rand.c
index 75b6b0493b1015da080b9c93cf81733737d77417..7b21821fe66ff0b820e0c8d1aafc696e7922b7ca 100644 (file)
@@ -85,7 +85,7 @@ int bottom;
 
        /* make a random number and set the top and bottom bits */
        time(&tim);
-       RAND_seed((unsigned char *)&tim,sizeof(tim));
+       RAND_seed(&tim,sizeof(tim));
 
        RAND_bytes(buf,(int)bytes);
        if (top)