Rearrange some functions.
authorjsing <jsing@openbsd.org>
Sun, 4 Sep 2022 13:17:18 +0000 (13:17 +0000)
committerjsing <jsing@openbsd.org>
Sun, 4 Sep 2022 13:17:18 +0000 (13:17 +0000)
commit5b4a16c03ccedc7a6b114d4af434679d0e146ece
treea249d83055f1e5e4cdb2ed5f1f3553003f7adea5
parent2cc8551a3b7495626f6531e87a9f247b9f943dc0
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.
lib/libcrypto/evp/e_bf.c
lib/libcrypto/evp/e_camellia.c
lib/libcrypto/evp/e_cast.c
lib/libcrypto/evp/e_des.c
lib/libcrypto/evp/e_des3.c
lib/libcrypto/evp/e_gost2814789.c
lib/libcrypto/evp/e_idea.c
lib/libcrypto/evp/e_sm4.c