Fix using /dev/urandom since it wasn't working
[umurmur.git] / src / ssl.c
index 86e35a5f1fed9dd795cba995cf18d21dd35ff7cb..2ea92dbf8129509d38afe48e63178140f35b99a5 100644 (file)
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -161,6 +161,7 @@ int urandom_bytes(void *ctx, unsigned char *dest, size_t len)
                        continue;
                len -= cur;
        }
+       return 0;
 }
 #endif