summaryrefslogtreecommitdiff
path: root/onlineupdate/source/libmar/verify/cryptox.c
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/libmar/verify/cryptox.c')
-rw-r--r--onlineupdate/source/libmar/verify/cryptox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/libmar/verify/cryptox.c b/onlineupdate/source/libmar/verify/cryptox.c
index 5cda191dec7e..7cce8bf036fd 100644
--- a/onlineupdate/source/libmar/verify/cryptox.c
+++ b/onlineupdate/source/libmar/verify/cryptox.c
@@ -115,7 +115,7 @@ NSS_VerifySignature(VFYContext * const *ctx,
* @return CryptoX_Success on success, CryptoX_Error on error.
*/
CryptoX_Result
-CyprtoAPI_VerifySignature(HCRYPTHASH *hash,
+CryptoAPI_VerifySignature(HCRYPTHASH *hash,
HCRYPTKEY *pubKey,
const BYTE *signature,
DWORD signatureLen)