diff options
| author | fengweihao <[email protected]> | 2024-10-17 19:09:37 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-10-17 19:09:37 +0800 |
| commit | c8bca255e88147c72f382c336bedd66cd1145295 (patch) | |
| tree | 0adcf389619b68dd0f8c3df39d645b4d50d970c5 /program/include | |
| parent | d581a9726264eb7d0e1b3256dcb0da02dd3a79c1 (diff) | |
Fix CI build failures, remove invalid is_valid parameter parsing.v3.0.6-20241025v3.0.5-20241018
Diffstat (limited to 'program/include')
| -rw-r--r-- | program/include/cert_store.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/cert_store.h b/program/include/cert_store.h index 1329d82..49556c0 100644 --- a/program/include/cert_store.h +++ b/program/include/cert_store.h @@ -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; |
