CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2019/07/16 06:36:50
Modified files: usr.bin/openssl: gendsa.c Log message: Move option handlers up to option definition struct in gendsa.c As we did in other openssl sub command, move up option handlers above option definition struct. No functional changes and just move up and remove prototype.