浏览代码

secsipid_proc: added SecSIPIDGetIdentityPrvKey to api

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
5a78a67209
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/secsipid_proc/secsipid_proc_mod.c

+ 1 - 0
src/modules/secsipid_proc/secsipid_proc_mod.c

@@ -39,6 +39,7 @@ int secsipid_proc_bind(secsipid_papi_t *papi)
 {
 	papi->SecSIPIDSignJSONHP = SecSIPIDSignJSONHP;
 	papi->SecSIPIDGetIdentity = SecSIPIDGetIdentity;
+	papi->SecSIPIDGetIdentityPrvKey = SecSIPIDGetIdentityPrvKey;
 	papi->SecSIPIDCheck = SecSIPIDCheck;
 	papi->SecSIPIDCheckFull = SecSIPIDCheckFull;
 	papi->SecSIPIDCheckFullPubKey = SecSIPIDCheckFullPubKey;