]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/lib/DH_utils.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / lib / DH_utils.cpp
index aec4d18ddf1ee7166d84d56397ba6214b6c05a46..33232c7a965166c3b6400874367d231e3715964f 100644 (file)
@@ -121,7 +121,7 @@ DH *rawCssmKeyToDh(
                // someone else's key (should never happen)
                CssmError::throwMe(CSSMERR_CSP_INVALID_ALGORITHM);
        }
-       assert(hdr->BlobType == CSSM_KEYBLOB_RAW); 
+       assert(hdr->BlobType == CSSM_KEYBLOB_RAW);
        /* validate and figure out what we're dealing with */
        switch(hdr->KeyClass) {
                case CSSM_KEYCLASS_PUBLIC_KEY: