X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..0d4552ce43ff8bf2e8666a9c5c44c3590eb117a8:/OSX/libsecurity_cdsa_client/lib/cspclient.cpp?ds=inline diff --git a/OSX/libsecurity_cdsa_client/lib/cspclient.cpp b/OSX/libsecurity_cdsa_client/lib/cspclient.cpp index 186c2fa2..9a3bd72c 100644 --- a/OSX/libsecurity_cdsa_client/lib/cspclient.cpp +++ b/OSX/libsecurity_cdsa_client/lib/cspclient.cpp @@ -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) { }