summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/base64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-2/+2
* nuke extra brackets. discussed with jsingtb2017-01-241-3/+3
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-2/+2
* convert some ifs to switches. ok millert tbtedu2016-09-131-4/+9
* Use b64_ntop instead of adding yet another base implementation of base64tb2016-09-011-70/+4
* we don't have config.hflorian2016-09-011-4/+1
* whitespacebenno2016-08-311-5/+5
* whitespace cleanupbenno2016-08-311-8/+9
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+130