Camellia cipher, contributed by NTT
[openssl.git] / crypto / evp / evp_test.c
index 3bf8e9ab270905e2430093414acb8f9ba7c68ebc..6ecbecce7594ccee793c49b45c3088525aeb5065 100644 (file)
@@ -416,6 +416,13 @@ int main(int argc,char **argv)
                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
                continue;
                }
+#endif
+#ifdef OPENSSL_NO_CAMELLIA
+           if (strstr(cipher, "CAMELLIA") == cipher)
+               {
+               fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
+               continue;
+               }
 #endif
            fprintf(stderr,"Can't find %s\n",cipher);
            EXIT(3);