Fix CI build failures, remove invalid is_valid parameter parsing.

This commit is contained in:
fengweihao
2024-10-17 19:09:37 +08:00
parent d581a97262
commit c8bca255e8
4 changed files with 5 additions and 20 deletions

View File

@@ -45,7 +45,6 @@ struct pxy_obj_keyring
char public_algo[CT_STRING_MAX];
char v3_ctl[CT_STRING_MAX];
int is_send;
int is_valid;
time_t op_time;
atomic64_t ref_cnt;
STACK_OF(X509) *stack_ca;