2
0

Fix siteKey algorithm for siteState.

This commit is contained in:
Maarten Billemont 2017-09-23 19:09:19 -04:00
parent 32055abf29
commit 888338e107

View File

@ -169,7 +169,7 @@ const char *mpw_siteState(
if (resultParam && !strlen( resultParam )) if (resultParam && !strlen( resultParam ))
resultParam = NULL; resultParam = NULL;
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;