Fix openbsd-compat/arc4random.c (#676)
Add trailing curly brace to _rs_init() definition.
This commit is contained in:
parent
01f950cf97
commit
41e1711194
|
@ -97,6 +97,7 @@ _rs_init(u_char *buf, size_t n)
|
|||
{
|
||||
if (n < KEYSZ + IVSZ)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifndef WITH_OPENSSL
|
||||
#ifdef WINDOWS
|
||||
|
|
Loading…
Reference in New Issue