diff options
author | Ulf Möller <ulf@openssl.org> | 2000-05-15 23:02:44 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-05-15 23:02:44 +0200 |
commit | 0c109ea2cbf3f2ba027fb45c744fb52f7a3f0009 (patch) | |
tree | 4a589810b569e61d01d96d858d894c1d7eb78d2a /crypto/crypto.h | |
parent | Make sure that NO-RSA applications etc can include evp.h (diff) | |
download | openssl-0c109ea2cbf3f2ba027fb45c744fb52f7a3f0009.tar.xz openssl-0c109ea2cbf3f2ba027fb45c744fb52f7a3f0009.zip |
prototype.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index 32f02afe93..aee1899a25 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -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); |