summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_camellia.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-11-05 02:01:07 +0000
committerBen Laurie <ben@openssl.org>2012-11-05 02:01:07 +0000
commit5b0e3daf50ef64fb36c864560881e0267170ce3c (patch)
treea982ca9f542d707e53475d93d08e3044f9db640b /crypto/evp/e_camellia.c
parent53d6bf40c1df1c6f274c391a034a21e01bf5dce8 (diff)
Remove unused static function.
Diffstat (limited to 'crypto/evp/e_camellia.c')
-rw-r--r--crypto/evp/e_camellia.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c
index da9dca35e4..e48a090b71 100644
--- a/crypto/evp/e_camellia.c
+++ b/crypto/evp/e_camellia.c
@@ -378,6 +378,7 @@ static int camellia_cfb1_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
return 1;
}
+/*
static int camellia_ctr_cipher (EVP_CIPHER_CTX *ctx, unsigned char *out,
const unsigned char *in, size_t len)
{
@@ -393,6 +394,7 @@ static int camellia_ctr_cipher (EVP_CIPHER_CTX *ctx, unsigned char *out,
ctx->num = (size_t)num;
return 1;
}
+*/
BLOCK_CIPHER_generic_pack(NID_camellia,128,EVP_CIPH_FLAG_FIPS)
BLOCK_CIPHER_generic_pack(NID_camellia,192,EVP_CIPH_FLAG_FIPS)