Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak in SSL_CTX_use_certificate
Commit 98bfeeb introduced a memory leak in SSL_CTX_use_certificate by removing the "if(x509) { ... }" bit while not changing the "else if(x) {}" right after to an "if(x) {}". Signed-off-by: Steffan Karger <[email protected]> Acked-by: Arne Schwabe <[email protected]> Message-Id: <[email protected]> Signed-off-by: Gert Doering <[email protected]>
- Loading branch information