CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/24 05:05:14
Modified files:
usr.sbin/acme-client: acctproc.c base64.c certproc.c chngproc.c
dnsproc.c fileproc.c http.c json.c main.c
netproc.c revokeproc.c rsa.c util.c
Log message:
Replace comparisons between a constant or enum and an expression, with
a comparison between the expression and the constant or enum. This
significantly improves readability.
Transformed with coccinelle.
Requested by deraadt@
