summaryrefslogtreecommitdiff
path: root/lib/algorithms/secparams.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-08-02 22:37:24 +0200
committerSimon Josefsson <simon@josefsson.org>2011-08-03 00:35:20 +0200
commitbc4910722e2957d7ad8400a8bfe347a00411cf7b (patch)
tree47db3bda08522f5b643755abe045687678920845 /lib/algorithms/secparams.c
parent71a81fe65148b540f36ad0c48cfb774873e1bf92 (diff)
downloadgnutls-bc4910722e2957d7ad8400a8bfe347a00411cf7b.tar.gz
More GTK-DOC improvements.
Diffstat (limited to 'lib/algorithms/secparams.c')
-rw-r--r--lib/algorithms/secparams.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c
index c3acfe5552..d65d9126ce 100644
--- a/lib/algorithms/secparams.c
+++ b/lib/algorithms/secparams.c
@@ -66,6 +66,7 @@ static const gnutls_sec_params_entry sec_params[] = {
*
* Returns: The number of bits, or (0).
*
+ * Since: 2.12.0
**/
unsigned int
gnutls_sec_param_to_pk_bits (gnutls_pk_algorithm_t algo,
@@ -130,6 +131,7 @@ _gnutls_pk_bits_to_subgroup_bits (unsigned int pk_bits)
* Returns: a pointer to a string that contains the name of the
* specified public key algorithm, or %NULL.
*
+ * Since: 2.12.0
**/
const char *
gnutls_sec_param_get_name (gnutls_sec_param_t param)
@@ -156,6 +158,7 @@ gnutls_sec_param_get_name (gnutls_sec_param_t param)
*
* Returns: The security parameter.
*
+ * Since: 2.12.0
**/
gnutls_sec_param_t
gnutls_pk_bits_to_sec_param (gnutls_pk_algorithm_t algo, unsigned int bits)