Consolidate rc4 code.
authorjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 12:54:42 +0000 (12:54 +0000)
committerjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 12:54:42 +0000 (12:54 +0000)
commit578c3ea3ea6462d6153054069f062a54f8564900
treef6bf7db8aa8491d705ad8a93f34d846048eaa860
parent5d702902492229c5da84ebeefd7524929d358611
Consolidate rc4 code.

Discussed with tb@
13 files changed:
lib/libcrypto/Makefile
lib/libcrypto/arch/aarch64/Makefile.inc
lib/libcrypto/arch/alpha/Makefile.inc
lib/libcrypto/arch/arm/Makefile.inc
lib/libcrypto/arch/hppa/Makefile.inc
lib/libcrypto/arch/mips64/Makefile.inc
lib/libcrypto/arch/powerpc/Makefile.inc
lib/libcrypto/arch/powerpc64/Makefile.inc
lib/libcrypto/arch/riscv64/Makefile.inc
lib/libcrypto/arch/sparc64/Makefile.inc
lib/libcrypto/rc4/rc4.c [new file with mode: 0644]
lib/libcrypto/rc4/rc4_enc.c [deleted file]
lib/libcrypto/rc4/rc4_skey.c [deleted file]