CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/12 09:46:48
Modified files:
usr.sbin/rpki-client: as.c cert.c crl.c extern.h io.c ip.c log.c
mft.c output-bgpd.c output-bird.c
output-csv.c output-json.c output.c roa.c
rsync.c tal.c validate.c x509.c
Log message:
Include openssl/x509.h in extern.h since it uses a few of the typedefs from
there in structs and prototypes. Remove the openssl/ssl.h and other strange
openssl includes in the .c files that don't use openssl specific functions.
OK beck@ and tb@