projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911ea94
)
prototype.
author
Ulf Möller
<ulf@openssl.org>
Mon, 15 May 2000 21:02:44 +0000
(21:02 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 15 May 2000 21:02:44 +0000
(21:02 +0000)
crypto/crypto.h
patch
|
blob
|
history
diff --git
a/crypto/crypto.h
b/crypto/crypto.h
index 32f02afe9345d182fb75caab9e778f9df41ac22f..aee1899a253650d3f893643050c1f000e67a9ebe 100644
(file)
--- 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);