summaryrefslogtreecommitdiff
path: root/src/p11tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p11tool.h')
-rw-r--r--src/p11tool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/p11tool.h b/src/p11tool.h
index ba2ef1bf36..24dd0606d1 100644
--- a/src/p11tool.h
+++ b/src/p11tool.h
@@ -52,6 +52,8 @@ void pkcs11_generate(FILE * outfile, const char *url,
gnutls_pk_algorithm_t type, unsigned int bits,
const char *label, int private, int detailed,
unsigned int login, common_info_st * info);
+void pkcs11_export_pubkey(FILE * outfile, const char *url, int detailed,
+ unsigned int login, common_info_st * info);
#define PKCS11_TYPE_CRT_ALL 1
#define PKCS11_TYPE_TRUSTED 2