Retire log.c
authortb <tb@openbsd.org>
Thu, 29 Jun 2023 10:28:25 +0000 (10:28 +0000)
committertb <tb@openbsd.org>
Thu, 29 Jun 2023 10:28:25 +0000 (10:28 +0000)
commitc05289013df5e85e1b4510d27365aa248659b5f7
treea15fc1e6b3b8b8761c24197c4ceecc84e470e86f
parentb179db0e2e9151b43aecf37766d53211decee889
Retire log.c

Convert all cryptowarnx() and cryptoerrx() to appropriate versions of
warn() and err{,x}(). Neither users nor developers benefit from them.
If we need better errors, we need to do some thinking. libcrypto won't
do that for us.

suggested by claudio
ok job
14 files changed:
usr.sbin/rpki-client/Makefile
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/cms.c
usr.sbin/rpki-client/crl.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/filemode.c
usr.sbin/rpki-client/log.c [deleted file]
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/roa.c
usr.sbin/rpki-client/rsc.c
usr.sbin/rpki-client/tak.c
usr.sbin/rpki-client/tal.c
usr.sbin/rpki-client/validate.c