Fixed the build error
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Fri, 24 Aug 2012 00:54:58 +0000 (09:54 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Fri, 24 Aug 2012 00:54:58 +0000 (09:54 +0900)
email-core/email-core-smime.c

index 79203b1..9ec6d60 100755 (executable)
@@ -106,7 +106,6 @@ static const EVP_CIPHER *emcore_get_cipher_algorithm(email_cipher_type cipher_ty
        case CIPHER_TYPE_AES256 :
                cipher = EVP_aes_256_cbc();
                break;
-#endif
 #ifndef OPENSSL_NO_CAMELLIA            
        case CIPHER_TYPE_CAMELLIA128 :
                cipher = EVP_camellia_128_cbc();
@@ -118,6 +117,7 @@ static const EVP_CIPHER *emcore_get_cipher_algorithm(email_cipher_type cipher_ty
                cipher = EVP_camellia_256_cbc();
                break;
 #endif
+#endif
        case CIPHER_TYPE_RC2_40 :
        default :
                cipher = EVP_rc2_40_cbc();