X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb..0d4552ce43ff8bf2e8666a9c5c44c3590eb117a8:/libsecurity_smime/lib/cmscipher.c?ds=sidebyside diff --git a/libsecurity_smime/lib/cmscipher.c b/libsecurity_smime/lib/cmscipher.c index 2e149a25..dda5c853 100644 --- a/libsecurity_smime/lib/cmscipher.c +++ b/libsecurity_smime/lib/cmscipher.c @@ -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; } }