]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher.c
Import of OpenSSH 3.7.1p2
[gssapi-openssh.git] / openssh / cipher.c
index e7c3c5411e3d6d821c52b6b9aa410cae3ff16ed0..ce533670b85a10220eb2b52f0625942ed9f3adc7 100644 (file)
@@ -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.034795 seconds and 4 git commands to generate.