mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-06 02:45:04 +02:00
fixed misplaced #endif
This commit is contained in:
parent
af38d47df2
commit
b72641d20b
@ -1308,8 +1308,8 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
|
|||||||
}
|
}
|
||||||
else break;
|
else break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
CertFreeCertificateChain(pChainContext);
|
CertFreeCertificateChain(pChainContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user