summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-08-31 21:01:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-08-31 21:01:41 +0000
commitf4f1dc39e053ba8408e6e15d82af3a6551b96b00 (patch)
treefc663244770049bc59409d0a3587d7cbd92bc255 /crypto/evp
parent340b4dd7dfa60ff5405b90c0482cd84bdfa59fc8 (diff)
Fix from HEAD.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/e_camellia.c6
1 files changed, 6 insertions, 0 deletions
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