remove OPENSSL_NO_ASM dependency
[oweals/openssl.git] / crypto / rand / rand_unix.c
index bf9a0e993aef99c2332a1266ffa88d4525a134f1..14837a7a7d8766f15a06284d3e7352276361ae8a 100644 (file)
@@ -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