Fix C++ style comments, change assert to OPENSSL_assert, stop warning with
[openssl.git] / crypto / evp / e_camellia.c
index 8bb7c320d3986f196e81ae6a9592b2c052e2e34c..a7b40d1c6001065a34ca1a745c3678046a505689 100644 (file)
@@ -122,4 +122,10 @@ static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
        return 1;
        }
 
        return 1;
        }
 
+#else
+
+# ifdef PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif
 #endif