summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/ec/ecx_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ecx_key.c b/crypto/ec/ecx_key.c
index 1d2891928e..db74a40c97 100644
--- a/crypto/ec/ecx_key.c
+++ b/crypto/ec/ecx_key.c
@@ -62,7 +62,7 @@ void ecx_key_free(ECX_KEY *key)
return;
CRYPTO_DOWN_REF(&key->references, &i, key->lock);
- REF_PRINT_COUNT("ECX_KEY", r);
+ REF_PRINT_COUNT("ECX_KEY", key);
if (i > 0)
return;
REF_ASSERT_ISNT(i < 0);