mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1126128 - Mark TestTrustDomain::VerifySignedData as override; r=bsmith
This commit is contained in:
parent
db7ca532d6
commit
9f466f4b06
@ -142,7 +142,7 @@ private:
|
||||
}
|
||||
|
||||
Result VerifySignedData(const SignedDataWithSignature& signedData,
|
||||
Input subjectPublicKeyInfo)
|
||||
Input subjectPublicKeyInfo) override
|
||||
{
|
||||
return TestVerifySignedData(signedData, subjectPublicKeyInfo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user