mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 08:02:06 +02:00
chore(Poco): Resolve a lot of warnings, reported by g++ 13.
This commit is contained in:
@@ -518,8 +518,6 @@ X509* SecureSocketImpl::peerCertificate() const
|
||||
{
|
||||
LockT l(_mutex);
|
||||
|
||||
X509* pCert = nullptr;
|
||||
|
||||
if (_pSSL)
|
||||
return ::SSL_get_peer_certificate(_pSSL);
|
||||
else
|
||||
|
Reference in New Issue
Block a user