Refactoring regression, use right algorithm version for siteKey.
This commit is contained in:
parent
1b51c5efa4
commit
e451308fdc
@ -78,7 +78,7 @@ const char *mpw_siteResult(
|
|||||||
const MPResultType resultType, const char *resultParam,
|
const MPResultType resultType, const char *resultParam,
|
||||||
const MPAlgorithmVersion algorithmVersion) {
|
const MPAlgorithmVersion algorithmVersion) {
|
||||||
|
|
||||||
MPSiteKey siteKey = mpw_siteKey_v0( masterKey, siteName, siteCounter, keyPurpose, keyContext );
|
MPSiteKey siteKey = mpw_siteKey( masterKey, siteName, siteCounter, keyPurpose, keyContext, algorithmVersion );
|
||||||
if (!siteKey)
|
if (!siteKey)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user