mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
BUG/MINOR: ssl: Fix OCSP resp update fails with the same certificate configured twice.
This commit is contained in:
parent
4f3c87a5d9
commit
1d3865b096
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ nosec:
|
|||
return -1;
|
||||
}
|
||||
|
||||
static struct eb_root cert_ocsp_tree;
|
||||
static struct eb_root cert_ocsp_tree = EB_ROOT_UNIQUE;
|
||||
|
||||
/* This function starts to check if the OCSP response (in DER format) contained
|
||||
* in chunk 'ocsp_response' is valid (else exits on error).
|
||||
|
|
|
|||
Loading…
Reference in a new issue