summaryrefslogtreecommitdiff
path: root/lib/algorithms
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-18 13:51:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-18 13:51:58 +0100
commitcd8072b307d32f040e07908362e18319aa6384b4 (patch)
tree9b7da58b4e06c7d30fd3c8ac1041dfbce24bef42 /lib/algorithms
parent818a66205411ec4ce32bab151ac02d17722a7b3a (diff)
downloadgnutls-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/algorithms')
-rw-r--r--lib/algorithms/ecc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/algorithms/ecc.c b/lib/algorithms/ecc.c
index 0431450d02..c64abc37f2 100644
--- a/lib/algorithms/ecc.c
+++ b/lib/algorithms/ecc.c
@@ -247,7 +247,7 @@ _gnutls_ecc_bits_to_curve (int bits)
* Returns: a string that contains the name of the specified
* curve or %NULL.
*
- * Since: 3.0.0
+ * Since: 3.0
**/
const char *
gnutls_ecc_curve_get_name (gnutls_ecc_curve_t curve)
@@ -322,7 +322,7 @@ _gnutls_ecc_curve_get_params (gnutls_ecc_curve_t curve)
*
* Returns: a the size or (0).
*
- * Since: 3.0.0
+ * Since: 3.0
**/
int gnutls_ecc_curve_get_size (gnutls_ecc_curve_t curve)
{