diff --git a/openbsd-compat/arc4random.c b/openbsd-compat/arc4random.c index 83c460555..112a052a3 100644 --- a/openbsd-compat/arc4random.c +++ b/openbsd-compat/arc4random.c @@ -97,6 +97,7 @@ _rs_init(u_char *buf, size_t n) { if (n < KEYSZ + IVSZ) return; +} #ifndef WITH_OPENSSL #ifdef WINDOWS