mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
Upgrade libssh2 to 1.10.0
This commit is contained in:
@@ -62,7 +62,8 @@ libssh2_exit(void)
|
||||
|
||||
_libssh2_initialized--;
|
||||
|
||||
if(!(_libssh2_init_flags & LIBSSH2_INIT_NO_CRYPTO)) {
|
||||
if(_libssh2_initialized == 0 &&
|
||||
!(_libssh2_init_flags & LIBSSH2_INIT_NO_CRYPTO)) {
|
||||
libssh2_crypto_exit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user