Skip to content

Commit 41e1711

Browse files
authored
Fix openbsd-compat/arc4random.c (#676)
Add trailing curly brace to _rs_init() definition.
1 parent 01f950c commit 41e1711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openbsd-compat/arc4random.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ _rs_init(u_char *buf, size_t n)
9797
{
9898
if (n < KEYSZ + IVSZ)
9999
return;
100+
}
100101

101102
#ifndef WITH_OPENSSL
102103
#ifdef WINDOWS

0 commit comments

Comments
 (0)