summaryrefslogtreecommitdiff
path: root/crypto/camellia
diff options
context:
space:
mode:
authorappro <appro>2008-12-23 15:15:43 +0000
committerappro <appro>2008-12-23 15:15:43 +0000
commit6f84850f39d70c337014e23d4335422fa81da480 (patch)
treec5f9a822aaa4d58138265175503e329af9e340ba /crypto/camellia
parent4a0cf88d4871479780ed6f0105fd26c200f7811d (diff)
downloadopenssl-6f84850f39d70c337014e23d4335422fa81da480.tar.gz
Windows-specific addenum to "engage crypto/modes" commit #17716.
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/camellia.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/camellia/camellia.h b/crypto/camellia/camellia.h
index 055a25582..cf0457dd9 100644
--- a/crypto/camellia/camellia.h
+++ b/crypto/camellia/camellia.h
@@ -110,9 +110,6 @@ void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const CAMELLIA_KEY *key,
unsigned char *ivec, int *num, const int enc);
-void Camellia_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
- const int nbits,const CAMELLIA_KEY *key,
- unsigned char *ivec,const int enc);
void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const CAMELLIA_KEY *key,
unsigned char *ivec, int *num);