CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/11 10:07:39
Modified files:
usr.bin/openssl: asn1pars.c ca.c certhash.c ciphers.c cms.c
crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c
dsaparam.c ec.c ecparam.c enc.c errstr.c
gendh.c gendsa.c genpkey.c genrsa.c nseq.c
ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c
pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c
rand.c req.c rsa.c rsautl.c s_client.c
s_server.c s_time.c sess_id.c smime.c speed.c
spkac.c ts.c verify.c version.c x509.c
Log message:
Remove the legacy interactive mode from openssl(1).
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.
ok tb@ jsing@