CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 04:35:14
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/aes: aes_misc.c
lib/libcrypto/bf: bf_ecb.c
lib/libcrypto/bn: bn_lib.c
lib/libcrypto/idea: i_ecb.c
lib/libcrypto/rc4: rc4.h rc4_skey.c
lib/libcrypto/rc4/asm: rc4-586.pl rc4-md5-x86_64.pl
rc4-parisc.pl rc4-x86_64.pl
Log message:
Remove various ${thing}_options
Various, ancient ciphers exposed some of their innards via an _options()
API. Apart from openssl version/speed, only some lua thingie in nmap ever
looked at these. Go figure.
hppa testing by miod, i386 testing by sthen. Thanks!
ok jsing