Add ocsp_print.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 15:23:08 +00:00
parent 3973182c99
commit ae6e238600

View File

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