Add pkcs10_create

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16960 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-02 20:12:32 +00:00
parent d64862d6fa
commit 2a5793e1f2

View File

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