Fix siteKey algorithm for siteState.
This commit is contained in:
parent
32055abf29
commit
888338e107
@ -169,7 +169,7 @@ const char *mpw_siteState(
|
||||
if (resultParam && !strlen( resultParam ))
|
||||
resultParam = NULL;
|
||||
|
||||
MPSiteKey siteKey = mpw_siteKey_v0( masterKey, siteName, siteCounter, keyPurpose, keyContext );
|
||||
MPSiteKey siteKey = mpw_siteKey( masterKey, siteName, siteCounter, keyPurpose, keyContext, algorithmVersion );
|
||||
if (!siteKey)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user