OCSP basic response verify. Very incomplete
[openssl.git] / crypto / rand / rand_egd.c
index 28fb1f2c600b284f271b6be13daebb2b4478d942..cc674f3783c75c6724fb992fe2f479ffcce8bcad 100644 (file)
@@ -131,7 +131,7 @@ int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
 
 int RAND_egd(const char *path)
        {
-       int num, ret;
+       int num, ret = 0;
        unsigned char buf[256];
 
        num = RAND_query_egd_bytes(path, buf, 255);