From faff1e38d22d47a8228fbfe7a7e7ae44391d4ca5 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 12 Apr 2014 20:22:59 +0000 Subject: MFH (r263712): upgrade openssh to 6.6p1 MFH (r264308): restore p level in debugging output --- crypto/openssh/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/openssh/config.h') diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 3fabb69..af6466e 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -415,6 +415,9 @@ /* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */ #define HAVE_EVP_MD_CTX_CLEANUP 1 +/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ +#define HAVE_EVP_MD_CTX_COPY_EX 1 + /* Define to 1 if you have the `EVP_MD_CTX_init' function. */ #define HAVE_EVP_MD_CTX_INIT 1 @@ -424,6 +427,9 @@ /* Define if you have ut_exit in utmp.h */ /* #undef HAVE_EXIT_IN_UTMP */ +/* Define to 1 if you have the `explicit_bzero' function. */ +/* #undef HAVE_EXPLICIT_BZERO */ + /* Define to 1 if you have the `fchmod' function. */ #define HAVE_FCHMOD 1 -- cgit v1.1