diff options
author | Andy Polyakov <appro@openssl.org> | 2008-12-23 16:15:44 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2008-12-23 16:15:44 +0100 |
commit | 0f76640fba8cf91f3930d5288d1cf02ef63c5b01 (patch) | |
tree | db7f0cfcf92c09696406be371ccb7c3a9e777001 /crypto/camellia | |
parent | Patch the omission from prvious commit #17716. (diff) | |
download | openssl-0f76640fba8cf91f3930d5288d1cf02ef63c5b01.tar.xz openssl-0f76640fba8cf91f3930d5288d1cf02ef63c5b01.zip |
Windows-specific addenum to "engage crypto/modes" commit #17716.
Diffstat (limited to 'crypto/camellia')
-rw-r--r-- | crypto/camellia/camellia.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/camellia/camellia.h b/crypto/camellia/camellia.h index 055a25582c..cf0457dd97 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); |