From 7d038e9d4d83e7c7120e78418e108df70b9025d6 Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 10 Sep 2002 16:31:57 +0000 Subject: merge openssl-0.9.7-beta3, tested on vax by miod@ --- src/lib/libcrypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rand/randfile.c') diff --git a/src/lib/libcrypto/rand/randfile.c b/src/lib/libcrypto/rand/randfile.c index 1c3e68ef31..215c2616eb 100644 --- a/src/lib/libcrypto/rand/randfile.c +++ b/src/lib/libcrypto/rand/randfile.c @@ -144,7 +144,7 @@ int RAND_write_file(const char *file) FILE *out = NULL; int n; struct stat sb; - + i=stat(file,&sb); if (i != -1) { if (sb.st_mode & (S_IFBLK | S_IFCHR)) { -- cgit v1.2.3-55-g6feb