mirror of
https://github.com/mirror/wget.git
synced 2025-03-07 00:00:20 +08:00
* src/openssl.c (ssl_cleanup): Only compile for DEBUG_MALLOC or TESTING
This commit is contained in:
parent
472823283c
commit
c0d76ec935
@ -415,10 +415,12 @@ ssl_init (void)
|
||||
return false;
|
||||
}
|
||||
|
||||
#if defined DEBUG_MALLOC || defined TESTING
|
||||
void
|
||||
ssl_cleanup (void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
struct openssl_transport_context
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user