Remove unused static function.
[openssl.git] / crypto / evp / e_camellia.c
index da9dca35e4f48af83fd7c2576e651e21d6b150e7..e48a090b718fd752e5f5452da2fbcffd2872eb3f 100644 (file)
@@ -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)