mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-27 04:01:45 +01:00
MINOR: ssl: Reorder struct certificate_ocsp members
Just swapping those two 'refcount' and 'response' members enables to fill two 4 bytes holes in the structure.
This commit is contained in:
parent
b33fe2f4a2
commit
07b7c15bce
@ -42,8 +42,8 @@ struct certificate_ocsp {
|
||||
struct ebmb_node key;
|
||||
unsigned char key_data[OCSP_MAX_CERTID_ASN1_LENGTH];
|
||||
unsigned int key_length;
|
||||
struct buffer response;
|
||||
int refcount;
|
||||
struct buffer response;
|
||||
long expire;
|
||||
X509 *issuer;
|
||||
STACK_OF(X509) *chain;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user