summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-08-31 20:56:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-08-31 20:56:20 +0000
commit02c9b66a6c112afa55a1b163a938f0c17d382cc6 (patch)
tree4643635ada0d2b2f8f138f795d4718c803659d1c /crypto/evp
parent539d4c1030d8e69801d56787d6d2fd50cfcb8c2e (diff)
Fix C++ style comments, change assert to OPENSSL_assert, stop warning with
pedantic mode.
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