Fix openbsd-compat/arc4random.c (#676)

Add trailing curly brace to _rs_init() definition.
This commit is contained in:
Dmitry Igrishin 2023-05-08 19:17:05 +03:00 committed by GitHub
parent 01f950cf97
commit 41e1711194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ _rs_init(u_char *buf, size_t n)
{
if (n < KEYSZ + IVSZ)
return;
}
#ifndef WITH_OPENSSL
#ifdef WINDOWS