Loading crypto/rand/randfile.c +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ const char *RAND_file_name(char *buf, size_t size) { if (OPENSSL_issetugid() == 0) s=getenv("HOME"); if (s != NULL && ((int)(strlen(s)+strlen(RFILE)+2) < size)) if (s != NULL && (strlen(s)+strlen(RFILE)+2 < size)) { strcpy(buf,s); #ifndef VMS Loading Loading
crypto/rand/randfile.c +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ const char *RAND_file_name(char *buf, size_t size) { if (OPENSSL_issetugid() == 0) s=getenv("HOME"); if (s != NULL && ((int)(strlen(s)+strlen(RFILE)+2) < size)) if (s != NULL && (strlen(s)+strlen(RFILE)+2 < size)) { strcpy(buf,s); #ifndef VMS Loading