diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-10-25 14:07:57 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-10-25 14:07:57 +0000 |
commit | ac937c4143b57d614459f01427b5f7a4195260a6 (patch) | |
tree | fe351a7b4bc6408c23406e1cea6e227faf4e1c10 /usr.sbin | |
parent | b869faf73cb582435c5ca0dfd51287b9054a9f55 (diff) |
Remove unused variables
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/print.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/rpki-client/print.c b/usr.sbin/rpki-client/print.c index 808a4461f7f..addc4935cd8 100644 --- a/usr.sbin/rpki-client/print.c +++ b/usr.sbin/rpki-client/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.1 2021/10/24 17:53:07 claudio Exp $ */ +/* $OpenBSD: print.c,v 1.2 2021/10/25 14:07:56 claudio Exp $ */ /* * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -159,9 +159,6 @@ roa_print(const struct roa *p) void gbr_print(const struct gbr *p) { - char buf[128]; - size_t i; - printf("Subject key identifier: %s\n", pretty_key_id(p->ski)); printf("Authority key identifier: %s\n", pretty_key_id(p->aki)); printf("Authority info access: %s\n", p->aia); |