From ca26403304720e30901aa6f7bde4883af9662d2d Mon Sep 17 00:00:00 2001 From: des Date: Sat, 2 Sep 2017 21:58:42 +0000 Subject: MFH (r314306,r314720): Upgrade OpenSSH to 7.4p1. --- crypto/openssh/cipher-3des1.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/openssh/cipher-3des1.c') diff --git a/crypto/openssh/cipher-3des1.c b/crypto/openssh/cipher-3des1.c index 6a0f1f3..9fcc278 100644 --- a/crypto/openssh/cipher-3des1.c +++ b/crypto/openssh/cipher-3des1.c @@ -20,6 +20,8 @@ #include "includes.h" +#ifdef WITH_SSH1 + #include #include #include @@ -153,3 +155,4 @@ evp_ssh1_3des(void) ssh1_3des.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH; return &ssh1_3des; } +#endif /* WITH_SSH1 */ -- cgit v1.1