X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Ftb_asnmth.c;fp=crypto%2Fengine%2Ftb_asnmth.c;h=b0d0d50974b923954091fea9f43fa660f510c89c;hp=407023fdf6565ddb642210c92c13752dc3208aa3;hb=43d6702de97d2d5b5b825ffea772b9f55635688c;hpb=b5c5a9714197186013a181e8bfb829a2d24f8b04 diff --git a/crypto/engine/tb_asnmth.c b/crypto/engine/tb_asnmth.c index 407023fdf6..b0d0d50974 100644 --- a/crypto/engine/tb_asnmth.c +++ b/crypto/engine/tb_asnmth.c @@ -238,7 +238,7 @@ const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe, /* If found obtain a structural reference to engine */ if (fstr.e) { fstr.e->struct_ref++; - engine_ref_debug(fstr.e, 0, 1) + engine_ref_debug(fstr.e, 0, 1); } *pe = fstr.e; CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);