Browse Source

secsipid_proc: added SecSIPIDGetIdentityPrvKey to api

Daniel-Constantin Mierla 4 years ago
parent
commit
5a78a67209
1 changed files with 1 additions and 0 deletions
  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;