2
0

Refactoring regression, use right algorithm version for siteKey.

This commit is contained in:
Maarten Billemont 2017-08-13 11:35:15 -04:00
parent 1b51c5efa4
commit e451308fdc

View File

@ -78,7 +78,7 @@ const char *mpw_siteResult(
const MPResultType resultType, const char *resultParam,
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)
return NULL;