mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:57:13 +08:00
16 lines
716 B
Diff
16 lines
716 B
Diff
--- crypto/evp/evp_locl.h 2010/02/15 19:40:45 1.10.2.7
|
|
+++ crypto/evp/evp_locl.h 2010/02/26 14:41:38 1.10.2.8
|
|
@@ -127,9 +127,9 @@
|
|
#define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \
|
|
iv_len, cbits, flags, init_key, cleanup, \
|
|
set_asn1, get_asn1, ctrl) \
|
|
-BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, \
|
|
- (cbits + 7)/8, key_len, iv_len, \
|
|
- flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
|
|
+BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
|
+ key_len, iv_len, flags, init_key, cleanup, set_asn1, \
|
|
+ get_asn1, ctrl)
|
|
|
|
#define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \
|
|
iv_len, cbits, flags, init_key, cleanup, \
|