mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-22 01:10:38 -05:00
BUG/MINOR: ssl: typo in previous patch
The previous patch 5c3c96f ("BUG/MINOR: ssl: memory leak w/ the
ocsp_issuer") contains a typo that prevent it to build.
Should be backported in 2.1.
This commit is contained in:
parent
5c3c96fd36
commit
dad239d08b
1 changed files with 1 additions and 1 deletions
|
|
@ -3128,7 +3128,7 @@ static void ssl_sock_free_cert_key_and_chain_contents(struct cert_key_and_chain
|
|||
}
|
||||
|
||||
if (ckch->ocsp_issuer)
|
||||
X509_free(ocsp_issuer);
|
||||
X509_free(ckch->ocsp_issuer);
|
||||
ckch->ocsp_issuer = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue