diff options
| author | fengweihao <[email protected]> | 2019-11-28 15:08:37 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2019-11-28 15:08:37 +0800 |
| commit | d278e776717693641f1a0ac4ca1de60fd14e8a75 (patch) | |
| tree | 5aa1c1ba921637dda5bf3fa9a3aee854c8955eb6 /program/include | |
| parent | 3662ddd8846ef0ea47a4d93e0c18e9c316066067 (diff) | |
certstore支持rpm打包
certstore修改缓存时间戳
Diffstat (limited to 'program/include')
| -rw-r--r-- | program/include/cert_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/cert_conf.h b/program/include/cert_conf.h index e419414..777ba11 100644 --- a/program/include/cert_conf.h +++ b/program/include/cert_conf.h @@ -44,7 +44,7 @@ struct pxy_obj_keyring{ char v3_ctl[CT_STRING_MAX]; int is_send; int is_valid; - uint64_t op_time; + time_t op_time; atomic64_t ref_cnt; STACK_OF(X509) *stack_ca; }; |
