certstore支持rpm打包

certstore修改缓存时间戳
This commit is contained in:
fengweihao
2019-11-28 15:08:37 +08:00
parent 3662ddd884
commit d278e77671
4 changed files with 17 additions and 11 deletions

View File

@@ -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;
};