Loading crypto/rand/rand_egd.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ /* Query the EGD <URL: http://www.lothar.com/tech/crypto/>. */ #if defined(WIN32) || defined(VMS) #if defined(WIN32) || defined(VMS) || defined(__VMS) int RAND_egd(const char *path) { return(-1); Loading Loading
crypto/rand/rand_egd.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ /* Query the EGD <URL: http://www.lothar.com/tech/crypto/>. */ #if defined(WIN32) || defined(VMS) #if defined(WIN32) || defined(VMS) || defined(__VMS) int RAND_egd(const char *path) { return(-1); Loading