diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 07:30:48 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 07:30:48 +0000 |
commit | 5121713055d9d7358b962a760fdd03c02794836e (patch) | |
tree | 6f2ea3d8065cceccb3644ea426c26cc00f3db4b6 /usr.sbin | |
parent | 3bc0ef9240fe0e1ddc04e59379c24cfc7559e616 (diff) |
I've written/touched/contributed to most of crl.c
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/crl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rpki-client/crl.c b/usr.sbin/rpki-client/crl.c index fb9447ef31e..3fe2329cb8f 100644 --- a/usr.sbin/rpki-client/crl.c +++ b/usr.sbin/rpki-client/crl.c @@ -1,5 +1,6 @@ -/* $OpenBSD: crl.c,v 1.38 2024/06/11 07:27:14 tb Exp $ */ +/* $OpenBSD: crl.c,v 1.39 2024/06/11 07:30:47 tb Exp $ */ /* + * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any |