CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/04 07:17:18
Modified files:
lib/libcrypto/evp: e_bf.c e_camellia.c e_cast.c e_des.c e_des3.c
e_gost2814789.c e_idea.c e_sm4.c
Log message:
Rearrange some functions.
Pull the init_key and ctrl (if present) functions up to the top. This
improves readability and allows for the removal of function prototypes.
No functional change.
