diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-31 18:51:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-31 18:51:36 +0000 |
commit | e08e8a6444a7fa5f9d9657fc22e70aa0c84f0de2 (patch) | |
tree | c6bae3b914e52a1eee15831a5b91c1b4e6674404 /usr.sbin/rpki-client/cert.c | |
parent | fa63c6d8727a32a43bb64096b6101d41e949bd78 (diff) |
I made non-trivial contributions to these files.
Diffstat (limited to 'usr.sbin/rpki-client/cert.c')
-rw-r--r-- | usr.sbin/rpki-client/cert.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rpki-client/cert.c b/usr.sbin/rpki-client/cert.c index 891adc2455f..9ff4bbcda70 100644 --- a/usr.sbin/rpki-client/cert.c +++ b/usr.sbin/rpki-client/cert.c @@ -1,5 +1,6 @@ -/* $OpenBSD: cert.c,v 1.83 2022/05/31 18:33:16 tb Exp $ */ +/* $OpenBSD: cert.c,v 1.84 2022/05/31 18:51:35 tb Exp $ */ /* + * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> * Copyright (c) 2021 Job Snijders <job@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * |