diff --git a/core/c/mpw-algorithm.c b/core/c/mpw-algorithm.c index d48eb9b8..2964a538 100644 --- a/core/c/mpw-algorithm.c +++ b/core/c/mpw-algorithm.c @@ -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;