Document RAND library.
[openssl.git] / crypto / rand / randfile.c
index cf98643d3c778b5a5a1a6f043ab5d01a204c27fe..e9721f66c25f210261fe6599b087779ebbdf7306 100644 (file)
@@ -92,7 +92,6 @@ int RAND_load_file(const char *file, long bytes)
        i=stat(file,&sb);
        /* If the state fails, put some crap in anyway */
        RAND_add(&sb,sizeof(sb),0);
-       ret+=sizeof(sb);
        if (i < 0) return(0);
        if (bytes <= 0) return(ret);