]> andersk Git - openssh.git/blobdiff - cipher.c
- (djm) Sync with V_3_7 branch:
[openssh.git] / cipher.c
index e7c3c5411e3d6d821c52b6b9aa410cae3ff16ed0..ce533670b85a10220eb2b52f0625942ed9f3adc7 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -87,9 +87,11 @@ struct Cipher {
        { "rijndael-cbc@lysator.liu.se",
                                SSH_CIPHER_SSH2, 16, 32, EVP_aes_256_cbc },
 #endif
+#if OPENSSL_VERSION_NUMBER >= 0x00906000L
        { "aes128-ctr",         SSH_CIPHER_SSH2, 16, 16, evp_aes_128_ctr },
        { "aes192-ctr",         SSH_CIPHER_SSH2, 16, 24, evp_aes_128_ctr },
        { "aes256-ctr",         SSH_CIPHER_SSH2, 16, 32, evp_aes_128_ctr },
+#endif
 
        { NULL,                 SSH_CIPHER_ILLEGAL, 0, 0, NULL }
 };
This page took 0.318534 seconds and 4 git commands to generate.