# HG changeset patch # User Hai-May Chao # Date 1320820094 28800 # Node ID 7f34894b01afd3841f771b83b3b9a71ae542660b # Parent ba52042f9ffcc12af18cae02421cfbb91704580a 7101916 blowfish-cbc/hmac_sha1 in the SSH test suite failed on T4 diff -r ba52042f9ffc -r 7f34894b01af components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c --- a/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Tue Nov 08 10:36:32 2011 -0800 +++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Tue Nov 08 22:28:14 2011 -0800 @@ -645,7 +645,7 @@ { NID_bf_cbc, 8, 16, 8, - EVP_CIPH_VARIABLE_LENGTH, + EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CBC_MODE, pk11_cipher_init, pk11_cipher_do_cipher, pk11_cipher_cleanup,