summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err.c')
-rw-r--r--src/lib/libcrypto/err/err.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 93ed1da943..afc3130d08 100644
--- a/src/lib/libcrypto/err/err.c
+++ b/src/lib/libcrypto/err/err.c
@@ -467,18 +467,8 @@ static void int_thread_release(LHASH_OF(ERR_STATE) **hash)
467 return; 467 return;
468 468
469 i = CRYPTO_add(&int_thread_hash_references, -1, CRYPTO_LOCK_ERR); 469 i = CRYPTO_add(&int_thread_hash_references, -1, CRYPTO_LOCK_ERR);
470
471#ifdef REF_PRINT
472 fprintf(stderr,"%4d:%s\n",int_thread_hash_references,"ERR");
473#endif
474 if (i > 0) return; 470 if (i > 0) return;
475#ifdef REF_CHECK 471
476 if (i < 0)
477 {
478 fprintf(stderr,"int_thread_release, bad reference count\n");
479 abort(); /* ok */
480 }
481#endif
482 *hash = NULL; 472 *hash = NULL;
483 } 473 }
484 474