CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/06/07 07:28:17
Modified files: usr.sbin/acme-client: json.c Log message: Swap arguments of calloc(3). While it doesn't matter for calloc, it's easier on the eyes to always list the number of elements first and then the size. >From Donovan Watteau ( contrib AT dwatteau.fr), Thanks!