# HG changeset patch # User Huie-Ying Lee # Date 1355788427 28800 # Node ID dffd76daaa5cf4e1b4520a49494da33c1db567ac # Parent 658961e6c9b96698e869035aa2ff4ed5ac82a6ed 15821251 SUNBT7203499 openssl pkcs11 decrypt shows annoying messages diff -r 658961e6c9b9 -r dffd76daaa5c components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c --- a/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Mon Dec 17 15:52:33 2012 -0800 +++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c Mon Dec 17 15:53:47 2012 -0800 @@ -1218,7 +1218,6 @@ if (old_engine) { pk11_engine = NULL; - ENGINE_free(old_engine); } } @@ -1243,7 +1242,6 @@ { pk11_engine_free(); pk11_engine = e; - ENGINE_up_ref(e); } /*