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) {