]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cdsa_client/lib/cspclient.cpp
Security-59306.120.7.tar.gz
[apple/security.git] / OSX / libsecurity_cdsa_client / lib / cspclient.cpp
index 186c2fa2acffed654cf5447ff60475963fe49001..9a3bd72c936bf8365f85eb87aaca0b60f5e5616e 100644 (file)
@@ -53,8 +53,7 @@ void CSPImpl::freeKey(CssmKey &key, const AccessCredentials *cred, bool permanen
 //
 // Manage generic context objects
 //
-Context::Context(const CSP &csp, CSSM_ALGORITHMS alg) 
-: ObjectImpl(csp), mAlgorithm(alg), mStaged(false), mCred(NULL)
+Context::Context(const CSP &csp, CSSM_ALGORITHMS alg) : ObjectImpl(csp), mAlgorithm(alg), mHandle(NULL), mStaged(false), mCred(NULL)
 {
 }