mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix a typo in a previous fix
This commit is contained in:
parent
d8bcee17bd
commit
7629f3b997
1 changed files with 3 additions and 3 deletions
|
|
@ -569,9 +569,9 @@ static DWORD WINAPI subprocess_thread_func(void *data)
|
|||
loop_end:
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
if (o.ssl && fdn->ssl) {
|
||||
SSL_shutdown(fdn->ssl);
|
||||
SSL_free(fdn->ssl);
|
||||
if (o.ssl && info->fdn.ssl) {
|
||||
SSL_shutdown(info->fdn.ssl);
|
||||
SSL_free(info->fdn.ssl);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue