diff options
author | Ulf Möller <ulf@openssl.org> | 2000-01-22 21:05:23 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-01-22 21:05:23 +0100 |
commit | 4486d0cd7a715aed7ca3728aa24413d91666bb68 (patch) | |
tree | 36342c32d8bd73c31ea5e3d33e9ee7796bab873c /crypto/mem_dbg.c | |
parent | Add new program dhparam and update docs. (diff) | |
download | openssl-4486d0cd7a715aed7ca3728aa24413d91666bb68.tar.xz openssl-4486d0cd7a715aed7ca3728aa24413d91666bb68.zip |
Document the DH library, and make some minor changes along the way.
Diffstat (limited to 'crypto/mem_dbg.c')
-rw-r--r-- | crypto/mem_dbg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c index d084b8c6ca..f3ad5ff235 100644 --- a/crypto/mem_dbg.c +++ b/crypto/mem_dbg.c @@ -667,8 +667,6 @@ union void_fn_to_char_u void (*fn_p)(); }; -static void (*mem_cb)()=NULL; - static void cb_leak(MEM *m, char *cb) { union void_fn_to_char_u mem_callback; |