No need to make a deep copy of the EE cert
authortb <tb@openbsd.org>
Fri, 12 Aug 2022 13:19:02 +0000 (13:19 +0000)
committertb <tb@openbsd.org>
Fri, 12 Aug 2022 13:19:02 +0000 (13:19 +0000)
commit91b1552395a86d7dbd826af18966b803a1e665cf
tree07e919a37d2382e879bb503e36fdbafcf319d6ca
parentf42e2e0a6c82573a95292904e86a430ee909df9c
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
usr.sbin/rpki-client/cms.c