Add CRYPTO_get_alloc_counts.
[openssl.git] / include / internal / cryptlib.h
index 5f2cb44dce2cb3938e321803dfeb1bc60d0e49e0..4280185ab464482424683ab8965516f0cc44da9e 100644 (file)
@@ -86,6 +86,7 @@ extern int OPENSSL_NONPIC_relocated;
 void crypto_cleanup_all_ex_data_int(void);
 int openssl_init_fork_handlers(void);
 
+extern CRYPTO_RWLOCK *memdbg_lock;
 int openssl_strerror_r(int errnum, char *buf, size_t buflen);
 # if !defined(OPENSSL_NO_STDIO)
 FILE *openssl_fopen(const char *filename, const char *mode);