Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: base/crypto/signature_creator.h

Issue 1347002: Add Mac implementations of new SymmetricKey and Encryptor classes. (Closed)
Patch Set: Responding to feedback Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/crypto/signature_creator.h
diff --git a/base/crypto/signature_creator.h b/base/crypto/signature_creator.h
index a2d5cf68b6afd83f1a55b920f6178fa3a2d12e11..9f5a9090c31949ac40953336b2e5dd526fea7ec0 100644
--- a/base/crypto/signature_creator.h
+++ b/base/crypto/signature_creator.h
@@ -49,7 +49,6 @@ class SignatureCreator {
#if defined(USE_NSS)
SGNContextStr* sign_context_;
#elif defined(OS_MACOSX)
- CSSM_CSP_HANDLE csp_handle_;
CSSM_CC_HANDLE sig_handle_;
#elif defined(OS_WIN)
HCRYPTHASH hash_object_;

Powered by Google App Engine
This is Rietveld 408576698