mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
prototype.
This commit is contained in:
parent
911ea946cb
commit
0c109ea2cb
@ -357,7 +357,7 @@ void CRYPTO_mem_leaks_fp(FILE *);
|
||||
#endif
|
||||
void CRYPTO_mem_leaks(struct bio_st *bio);
|
||||
/* unsigned long order, char *file, int line, int num_bytes, char *addr */
|
||||
void CRYPTO_mem_leaks_cb(void (*cb)());
|
||||
void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *));
|
||||
|
||||
void ERR_load_CRYPTO_strings(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user