CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2019/07/13 21:30:46
Modified files: usr.bin/openssl: apps.c apps.h asn1pars.c certhash.c ciphers.c crl.c crl2p7.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 passwd.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c rsa.c rsautl.c s_time.c sess_id.c spkac.c version.c Log message: Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro ok deraadt@ inoguchi@