summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index af6466e..9d812c5 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -421,6 +421,9 @@
/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
#define HAVE_EVP_MD_CTX_INIT 1
+/* Define to 1 if you have the `EVP_ripemd160' function. */
+#define HAVE_EVP_RIPEMD160 1
+
/* Define to 1 if you have the `EVP_sha256' function. */
#define HAVE_EVP_SHA256 1
@@ -428,7 +431,7 @@
/* #undef HAVE_EXIT_IN_UTMP */
/* Define to 1 if you have the `explicit_bzero' function. */
-/* #undef HAVE_EXPLICIT_BZERO */
+#define HAVE_EXPLICIT_BZERO 1
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
@@ -769,6 +772,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
+/* Define to 1 if you have the `memset_s' function. */
+/* #undef HAVE_MEMSET_S */
+
/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1
@@ -1140,7 +1146,7 @@
/* #undef HAVE_SYS_BSDTTY_H */
/* Define to 1 if you have the <sys/capability.h> header file. */
-#define HAVE_SYS_CAPABILITY_H 1
+/* #undef HAVE_SYS_CAPABILITY_H */
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
@@ -1325,9 +1331,6 @@
/* Define if va_copy exists */
#define HAVE_VA_COPY 1
-/* Define to 1 if you have the `vhangup' function. */
-/* #undef HAVE_VHANGUP */
-
/* Define to 1 if you have the <vis.h> header file. */
#define HAVE_VIS_H 1
@@ -1663,9 +1666,15 @@
/* Define if you want IRIX project management */
/* #undef WITH_IRIX_PROJECT */
+/* use libcrypto for cryptography */
+#define WITH_OPENSSL 1
+
/* Define if you want SELinux support. */
/* #undef WITH_SELINUX */
+/* include SSH protocol version 1 support */
+#define WITH_SSH1 1
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
OpenPOWER on IntegriCloud