Since RAND_file_name() uses strlen, make sure the number that's
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:40:15 +0000 (14:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:40:15 +0000 (14:40 +0000)
commit627774fd877b9aae249d937afa214d87d8964ae1
treedc66ca3562c02a51b0f2c90d4cd3885c09d849ba
parenta5bc1e856861b99b99ae215d809ff4d9826ded68
Since RAND_file_name() uses strlen, make sure the number that's
compared to it has the type size_t.  Included the needed headers to
make that happen.
crypto/rand/rand.h
crypto/rand/randfile.c