summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher-3des1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/cipher-3des1.c')
-rw-r--r--crypto/openssh/cipher-3des1.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h>
#include <string.h>
#include <openssl/evp.h>
@@ -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 */
OpenPOWER on IntegriCloud