Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x509-cert: restore Copy for Validity
x509_cert::time::Validity used to have Copy, but because it now carries a Profile, it may lose the Copy trait This forces the profile to be copyable. Profile should not carry state so I don't believe this is much of an issue.
- Loading branch information