X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_camellia.c;h=a7b40d1c6001065a34ca1a745c3678046a505689;hp=8bb7c320d3986f196e81ae6a9592b2c052e2e34c;hb=02c9b66a6c112afa55a1b163a938f0c17d382cc6;hpb=539d4c1030d8e69801d56787d6d2fd50cfcb8c2e;ds=sidebyside diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c index 8bb7c320d3..a7b40d1c60 100644 --- a/crypto/evp/e_camellia.c +++ b/crypto/evp/e_camellia.c @@ -122,4 +122,10 @@ static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, return 1; } +#else + +# ifdef PEDANTIC +static void *dummy=&dummy; +# endif + #endif