diff options
| author | Michael Forney <mforney@mforney.org> | 2019-04-28 01:03:32 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-04-28 01:05:12 -0700 |
| commit | 85e3a8768324e0e0926e50f6cee12129d5fbd1be (patch) | |
| tree | 8c2dd23d3944bd0578f433e5b8e40d0fae0f1f54 /pkg/openssh/config.h | |
| parent | b629feda212a0fef12518cd927b30f942e8f4ff3 (diff) | |
openssh: Update to 8.0p1
Diffstat (limited to 'pkg/openssh/config.h')
| -rw-r--r-- | pkg/openssh/config.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 2a0f4d56..6d72e9e4 100644 --- a/pkg/openssh/config.h +++ b/pkg/openssh/config.h @@ -150,6 +150,7 @@ #define HAVE_DSA_SIG_SET0 1 #define HAVE_ECDSA_SIG_GET0 1 #define HAVE_ECDSA_SIG_SET0 1 +#define HAVE_EC_KEY_METHOD_NEW 1 #define HAVE_ELF_H 1 #define HAVE_ENDGRENT 1 #define HAVE_ENDIAN_H 1 @@ -161,9 +162,9 @@ /* #undef HAVE_ETC_DEFAULT_LOGIN */ #define HAVE_EVP_CIPHER_CTX_CTRL 1 #define HAVE_EVP_CIPHER_CTX_GET_IV 1 -#define HAVE_EVP_CIPHER_CTX_SET_IV 1 /* #undef HAVE_EVP_CIPHER_CTX_IV */ /* #undef HAVE_EVP_CIPHER_CTX_IV_NOCONST */ +#define HAVE_EVP_CIPHER_CTX_SET_IV 1 #define HAVE_EVP_DIGESTFINAL_EX 1 #define HAVE_EVP_DIGESTINIT_EX 1 #define HAVE_EVP_MD_CTX_CLEANUP 1 @@ -177,7 +178,9 @@ #define HAVE_EXIT_IN_UTMP 1 #define HAVE_EXPLICIT_BZERO 1 #define HAVE_FCHMOD 1 +#define HAVE_FCHMODAT 1 #define HAVE_FCHOWN 1 +#define HAVE_FCHOWNAT 1 /* #undef HAVE_FCNTL_CLOSEM */ #define HAVE_FCNTL_H 1 #define HAVE_FD_MASK 1 @@ -314,7 +317,10 @@ /* #undef HAVE_OLD_PAM */ /* #undef HAVE_OPENLOG_R */ #define HAVE_OPENPTY 1 -#define HAVE_OPENSSL 1 +#define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 +#define HAVE_OPENSSL_INIT_CRYPTO 1 +#define HAVE_OPENSSL_VERSION 1 +#define HAVE_OPENSSL_VERSION_NUM 1 /* #undef HAVE_OSF_SIA */ /* #undef HAVE_PAM_GETENVLIST */ /* #undef HAVE_PAM_PAM_APPL_H */ @@ -506,6 +512,7 @@ #define HAVE_USER_FROM_UID 1 #define HAVE_USLEEP 1 /* #undef HAVE_UTIL_H */ +#define HAVE_UTIMENSAT 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_UTMPNAME 1 |
