CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/02/07 07:34:15
Modified files: usr.sbin/acme-client: extern.h main.c Log message: Do not define variables in extern.h since this will lead to duplicate definitions in every source file that includes extern.h. >From Michael Forney (mforney AT mforney DOT org), thanks! OK jca