diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index f919ab43b..b33bd5bee 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -594,20 +594,6 @@ pcert_verify(struct verify_options *opt, int argc, char **argv) return ret; } -int -pcert_pkcs11(void *opt, int argc, char **argv) -{ - int ret; - - ret = hx509_keyset_init(argv[0], NULL); - if (ret) { - printf("hx509_keyset_init: %d\n", ret); - return 0; - } - - return 0; -} - int query(struct query_options *opt, int argc, char **argv) {