Skip to content

Commit 9d9836e

Browse files
committed
Force getrandom() for openssh
1 parent 37554a1 commit 9d9836e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,7 @@ if test "$ENABLED_OPENSSH" = "yes"
21422142
then
21432143
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_OPENSSH -DHAVE_EX_DATA -DWOLFSSL_BASE16"
21442144
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ERROR_CODE_OPENSSL -DWC_RNG_SEED_CB"
2145+
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_GETRANDOM"
21452146
fi
21462147

21472148
# OpenVPN compatibility Build

0 commit comments

Comments
 (0)