# HG changeset patch # User Zdenek Kotala # Date 1340614780 18000 # Node ID 6ab181a7f41554f56a3a3a3be4222370bd89bebe # Parent 957c8f463552e7bcaf1263e54a68663c9f668621 7101916 blowfish-cbc/hmac_sha1 in the SSH test suite failed on T4 diff -r 957c8f463552 -r 6ab181a7f415 components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c --- a/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Sun Jun 24 06:59:24 2012 -0700 +++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Mon Jun 25 03:59:40 2012 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved. */ /* crypto/engine/hw_pk11.c */ @@ -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,