diff options
| author | Michael Forney <mforney@mforney.org> | 2021-11-15 19:04:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-11-17 13:46:31 -0800 |
| commit | e63c2f974fbdf495bb4f144d72fb80ca430f6268 (patch) | |
| tree | 6f21d234d1ab8031aa7bc718772f83698389ddbc /pkg/openssh/config.h | |
| parent | 3ab91b7a0fd98763bdbb51e1efe5a4ef9871fb98 (diff) | |
openssh: Update to 8.8p1
Diffstat (limited to 'pkg/openssh/config.h')
| -rw-r--r-- | pkg/openssh/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 2c22709e..572baa3a 100644 --- a/pkg/openssh/config.h +++ b/pkg/openssh/config.h @@ -105,7 +105,7 @@ /* #undef HAVE_CLOSEFROM */ #define HAVE_CONST_GAI_STRERROR_PROTO 1 #define HAVE_CONTROL_IN_MSGHDR 1 -/* #undef HAVE_CRYPT */ +#define HAVE_CRYPT 1 /* #undef HAVE_CRYPTO_SHA2_H */ #define HAVE_CRYPT_H 1 /* #undef HAVE_CYGWIN */ @@ -313,6 +313,7 @@ #define HAVE_PRCTL 1 /* #undef HAVE_PRIV_BASICSET */ /* #undef HAVE_PRIV_H */ +/* #undef HAVE_PROCCTL */ #define HAVE_PROC_PID 1 /* #undef HAVE_PROC_PIDINFO */ #define HAVE_PSELECT 1 @@ -440,6 +441,7 @@ /* #undef HAVE_SYS_NERR */ #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_PRCTL_H 1 +/* #undef HAVE_SYS_PROCCTL_H */ /* #undef HAVE_SYS_PSTAT_H */ /* #undef HAVE_SYS_PTMS_H */ #define HAVE_SYS_PTRACE_H 1 |
