mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
libretroshare: remove unused variables
This commit is contained in:
parent
617a863f12
commit
cfc0e7071a
27 changed files with 38 additions and 42 deletions
|
@ -1303,7 +1303,7 @@ int pqissl::Authorise_SSL_Connection()
|
|||
// which could be
|
||||
// (pqissl's case) sslcert->serveraddr or sslcert->localaddr.
|
||||
|
||||
bool res = AuthSSL::getAuthSSL()->CheckCertificate(PeerId(), peercert);
|
||||
AuthSSL::getAuthSSL()->CheckCertificate(PeerId(), peercert);
|
||||
bool certCorrect = true; /* WE know it okay already! */
|
||||
|
||||
uint32_t check_result ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue