summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-30 22:37:44 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-30 22:37:44 +0000
commitb29228836aacf1280b6eda9c8faec06489143e43 (patch)
tree6534284e87263b5b220c7d937808a22dcec258dd /crypto/rand
parent188b05792fafa43904fb2c471a734dbfabc98f98 (diff)
DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c
index 14837a7a7d..bf9a0e993a 100644
--- a/crypto/rand/rand_unix.c
+++ b/crypto/rand/rand_unix.c
@@ -153,7 +153,7 @@ int RAND_poll(void)
int n = 0;
#endif
#ifdef DEVRANDOM
- static const char *randomfiles[] = { DEVRANDOM };
+ static const char *randomfiles[] = { "DEVRANDOM" };
struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
int fd,i;
#endif