diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-08-02 22:37:24 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-08-03 00:35:20 +0200 |
commit | bc4910722e2957d7ad8400a8bfe347a00411cf7b (patch) | |
tree | 47db3bda08522f5b643755abe045687678920845 /lib/pkcs11_secret.c | |
parent | 71a81fe65148b540f36ad0c48cfb774873e1bf92 (diff) | |
download | gnutls-bc4910722e2957d7ad8400a8bfe347a00411cf7b.tar.gz |
More GTK-DOC improvements.
Diffstat (limited to 'lib/pkcs11_secret.c')
-rw-r--r-- | lib/pkcs11_secret.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pkcs11_secret.c b/lib/pkcs11_secret.c index 63afa530ec..26aac49996 100644 --- a/lib/pkcs11_secret.c +++ b/lib/pkcs11_secret.c @@ -1,6 +1,6 @@ /* * GnuTLS PKCS#11 support - * Copyright (C) 2010 Free Software Foundation + * Copyright (C) 2010, 2011 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -40,6 +40,8 @@ * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 2.12.0 **/ int gnutls_pkcs11_copy_secret_key (const char *token_url, gnutls_datum_t * key, |