mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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)
|
if (n < KEYSZ + IVSZ)
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
#ifndef WITH_OPENSSL
|
#ifndef WITH_OPENSSL
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user