diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-18 13:51:58 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-18 13:51:58 +0100 |
commit | cd8072b307d32f040e07908362e18319aa6384b4 (patch) | |
tree | 9b7da58b4e06c7d30fd3c8ac1041dfbce24bef42 /lib/pkcs11_privkey.c | |
parent | 818a66205411ec4ce32bab151ac02d17722a7b3a (diff) | |
download | gnutls-cd8072b307d32f040e07908362e18319aa6384b4.tar.gz |
Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than 3.0.0.
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 b19548919d..afbd8e402a 100644 --- a/lib/pkcs11_privkey.c +++ b/lib/pkcs11_privkey.c @@ -411,7 +411,7 @@ gnutls_pkcs11_privkey_export_url (gnutls_pkcs11_privkey_t key, * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. * - * Since: 3.0.0 + * Since: 3.0 **/ int gnutls_pkcs11_privkey_generate (const char* url, |