From dfc0a22e4f4b2c4f30b80eb65c7fb29d3848292a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 5 Nov 2018 13:00:00 -0800 Subject: openssh: Update config.h for musl 1.1.20 getrandom --- pkg/openssh/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 1954c217..1420ebcf 100644 --- a/pkg/openssh/config.h +++ b/pkg/openssh/config.h @@ -212,7 +212,7 @@ #define HAVE_GETPGID 1 #define HAVE_GETPGRP 1 /* #undef HAVE_GETPWANAM */ -/* #undef HAVE_GETRANDOM */ +#define HAVE_GETRANDOM 1 #define HAVE_GETRLIMIT 1 /* #undef HAVE_GETRRSETBYNAME */ /* #undef HAVE_GETSEUSERBYNAME */ @@ -465,7 +465,7 @@ /* #undef HAVE_SYS_PSTAT_H */ /* #undef HAVE_SYS_PTMS_H */ #define HAVE_SYS_PTRACE_H 1 -/* #undef HAVE_SYS_RANDOM_H */ +#define HAVE_SYS_RANDOM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_STAT_H 1 -- cgit v1.2.3