CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/08/12 07:19:02
Modified files: usr.sbin/rpki-client: cms.c Log message: No need to make a deep copy of the EE cert The EE Cert has just been allocated as part of deserializing the cms. There is no need for an expensive copy, we can just keep a reference. ok job