From 2a5793e1f2dea7d2137cc3478136b170b8edb4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Apr 2006 20:12:32 +0000 Subject: [PATCH] Add pkcs10_create git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16960 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index d94117bd1..9ed0a281d 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -740,6 +740,12 @@ ocsp_fetch(struct ocsp_fetch_options *opt, int argc, char **argv) return 0; } +int +pkcs10_create(struct pkcs10_create_options *opt, int argc, char **argv) +{ + return 0; +} + int pkcs10_print(struct pkcs10_print_options *opt, int argc, char **argv) {