CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/08/22 10:36:05
Modified files: usr.bin/openssl: ca.c certhash.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c pkey.c pkeyparam.c pkeyutl.c prime.c progs.h rand.c req.c rsautl.c s_client.c s_server.c s_time.c smime.c speed.c ts.c verify.c version.c x509.c Log message: Remove all duplicate prototypes for *_main functions (these are already provided by progs.h). Also, move the FUNCTION type (and flags) into openssl.c since that is the only place of use. Lastly, remove pointless 'extern' from the prototypes and use char **argv instead of char *argv[] (the former is used elsewhere). ok deraadt@ doug@