CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/13 15:44:21
Modified files:
usr.sbin/rpki-client: aspa.c mft.c roa.c rsc.c tak.c
Log message:
Add explicit ASN1_ITEM_EXP prototypes
In LibreSSL *_it are variables, in other implementations they might
be a function. This helps squash compiler warnings in -portable.
Related:
https://github.com/openbsd/src/commit/65af98848fc7a42e34d470d10fc1db8e23f9db93
OK tb@
