mirror of
https://github.com/nmap/nmap.git
synced 2025-12-23 07:59:03 +00:00
Correct "it's" to "its" where necessary
it's = it is its = belonging to it
This commit is contained in:
@@ -307,7 +307,7 @@ nsock_ssl nsi_getssl(nsock_iod nsockiod) {
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Returns the SSL_SESSION of an nsock_iod, and increments it's usage count. */
|
||||
/* Returns the SSL_SESSION of an nsock_iod, and increments its usage count. */
|
||||
nsock_ssl_session nsi_get1_ssl_session(nsock_iod nsockiod) {
|
||||
#if HAVE_OPENSSL
|
||||
return SSL_get1_session(((struct niod *)nsockiod)->ssl);
|
||||
|
||||
Reference in New Issue
Block a user