]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/lib/FEEAsymmetricContext.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / lib / FEEAsymmetricContext.cpp
index 080d555d04766b070e4fe187e9bf459bcb4afc0f..d9c08703cff28a245cb4689eaf0ee119eb2811c1 100644 (file)
@@ -106,7 +106,7 @@ void CryptKit::FEEDContext::init(
                        mAllocdPrivKey);
        }
        else {
-               assert(opStarted());    
+               assert(opStarted());
        }
        if(mPubKey == NULL) {
                assert(!opStarted());
@@ -118,7 +118,7 @@ void CryptKit::FEEDContext::init(
                        mAllocdPubKey);
        }
        else {
-               assert(opStarted());    
+               assert(opStarted());
        }
        
        /* validate context - no other attributes allowed */