From ae6e238600ac0c7fbdb18fdac374361fb0ee03b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 15:23:08 +0000 Subject: [PATCH] Add ocsp_print. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16989 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 3ffac87a4..a91f8f2dd 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -740,6 +740,14 @@ ocsp_fetch(struct ocsp_fetch_options *opt, int argc, char **argv) return 0; } +int +ocsp_print(struct ocsp_print_options *opt, int argc, char **argv) +{ + hx509_revoke_ocsp_print(context, argv[0], stdout); + return 0; +} + + int request_create(struct request_create_options *opt, int argc, char **argv) {