From 5d5fb42715e2ebff3639c801016fdcac26ed2420 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 14 Dec 2019 16:19:42 +0000 Subject: Typo fix. Change-Id: I4698a00a8646366bcf30aabd997c31996a58d0e0 --- wsd/ProofKey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsd/ProofKey.cpp b/wsd/ProofKey.cpp index a1f78b111..118724def 100644 --- a/wsd/ProofKey.cpp +++ b/wsd/ProofKey.cpp @@ -87,7 +87,7 @@ Proof::Proof() { // TODO: This is definitely not correct at the moment. The proof key must be // base64-encoded blob in "unmanaged Microsoft Cryptographic API (CAPI)" format - // (as .Net's RSACryptoServiceProvider::ExportScpBlob returns). + // (as .Net's RSACryptoServiceProvider::ExportCspBlob returns). std::ostringstream oss; Poco::OutputLineEndingConverter lineEndingConv(oss, ""); m_pKey->save(&lineEndingConv); -- cgit v1.2.3