diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-09 15:59:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-09 16:36:52 +0200 |
commit | e25ff8fdeb5ac639056473cdb15078238b907b52 (patch) | |
tree | bfcaf9ec0863819ee06da381c9f3279c42653f0f /lib/includes | |
parent | fc0409787ce37d75f1bf54751485443c9dfc0a5a (diff) | |
download | gnutls-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.h | 2 |
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); |