diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/tasn_utl.c')
-rw-r--r-- | src/lib/libcrypto/asn1/tasn_utl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_utl.c b/src/lib/libcrypto/asn1/tasn_utl.c index dfa63fb2bc..ab4989b6ce 100644 --- a/src/lib/libcrypto/asn1/tasn_utl.c +++ b/src/lib/libcrypto/asn1/tasn_utl.c | |||
@@ -115,13 +115,6 @@ int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) | |||
115 | return 1; | 115 | return 1; |
116 | } | 116 | } |
117 | ret = CRYPTO_add(lck, op, aux->ref_lock); | 117 | ret = CRYPTO_add(lck, op, aux->ref_lock); |
118 | #ifdef REF_PRINT | ||
119 | fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck); | ||
120 | #endif | ||
121 | #ifdef REF_CHECK | ||
122 | if (ret < 0) | ||
123 | fprintf(stderr, "%s, bad reference count\n", it->sname); | ||
124 | #endif | ||
125 | return ret; | 118 | return ret; |
126 | } | 119 | } |
127 | 120 | ||