diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-08-06 14:49:06 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-08-06 14:49:06 +0200 |
commit | 652dee90909f33a5f2ee55deac7a4166b9d9adfc (patch) | |
tree | 53131390f11347337b7a1e388552051139e706cd /lib/pkcs11_privkey.c | |
parent | 19cf9366c174bddaf3a9cbdfd15bdd90ab12e3ca (diff) | |
download | gnutls-652dee90909f33a5f2ee55deac7a4166b9d9adfc.tar.gz |
documented flags format
Diffstat (limited to 'lib/pkcs11_privkey.c')
-rw-r--r-- | lib/pkcs11_privkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c index 5575efc016..9ccd364979 100644 --- a/lib/pkcs11_privkey.c +++ b/lib/pkcs11_privkey.c @@ -616,7 +616,7 @@ gnutls_pkcs11_privkey_generate(const char *url, gnutls_pk_algorithm_t pk, * @label: a label * @fmt: the format of output params. PEM or DER. * @pubkey: will hold the public key (may be %NULL) - * @flags: should be zero + * @flags: zero or an OR'ed sequence of %GNUTLS_PKCS11_OBJ_FLAGs * * This function will generate a private key in the specified * by the @url token. The private key will be generate within |