summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-09 15:59:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-09 16:36:52 +0200
commite25ff8fdeb5ac639056473cdb15078238b907b52 (patch)
treebfcaf9ec0863819ee06da381c9f3279c42653f0f /lib/includes
parentfc0409787ce37d75f1bf54751485443c9dfc0a5a (diff)
downloadgnutls-e25ff8fdeb5ac639056473cdb15078238b907b52.tar.gz
pkcs11: modified prototype and doc to be recognized by doc parser
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/pkcs11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index e1cef3cfea..da6cf8c4bd 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -376,7 +376,7 @@ gnutls_pkcs11_privkey_generate2(const char *url,
unsigned int flags);
int
-gnutls_pkcs11_privkey_export_pubkey (gnutls_pkcs11_privkey_t pkey,
+gnutls_pkcs11_privkey_export_pubkey(gnutls_pkcs11_privkey_t pkey,
gnutls_x509_crt_fmt_t fmt,
gnutls_datum_t * pubkey,
unsigned int flags);