Use "cont" consistently in cms-examples.pl
[openssl.git] / doc / crypto / RAND_load_file.pod
index 8dd700ca3d4b9076dbd963cad16c8aadba945fa1..d8c134e621d16c994eff677305ad610a4fed2043 100644 (file)
@@ -8,7 +8,7 @@ RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
 
  #include <openssl/rand.h>
 
- const char *RAND_file_name(char *buf, int num);
+ const char *RAND_file_name(char *buf, size_t num);
 
  int RAND_load_file(const char *filename, long max_bytes);