Skip to content

Commit b72641d

Browse files
committed
fixed misplaced #endif
1 parent af38d47 commit b72641d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetSSL_Win/src/SecureSocketImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,8 +1308,8 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
13081308
}
13091309
else break;
13101310
}
1311-
}
13121311
#endif
1312+
}
13131313
CertFreeCertificateChain(pChainContext);
13141314
}
13151315

0 commit comments

Comments
 (0)