]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_smime/lib/cmscipher.c
Security-59306.120.7.tar.gz
[apple/security.git] / libsecurity_smime / lib / cmscipher.c
index 2e149a25fe6aa43091ea3821d4aeba0292add66a..dda5c85316f7a71aeeeadfc80e34d5a5e1361f50 100644 (file)
@@ -174,9 +174,6 @@ static unsigned long  rc2_unmap(unsigned long x)
 #ifndef kCCBlockSizeRC2
 #define kCCBlockSizeRC2 8
 #endif
-#ifndef kCCAlgorithmRC2
-#define kCCAlgorithmRC2 -1
-#endif
 #endif
 
 static SecCmsCipherContextRef
@@ -356,7 +353,6 @@ SecCmsCipherContextStart(PRArenaPool *poolp, SecSymmetricKeyRef key, SECAlgorith
        default:
            // @@@ Implement rc5 params stuff.
            goto loser;
-           break;
        }
     }
     else
@@ -423,7 +419,6 @@ SecCmsCipherContextStart(PRArenaPool *poolp, SecSymmetricKeyRef key, SECAlgorith
        default:
            // @@@ Implement rc5 params stuff.
            goto loser;
-           break;
        }
     }