summaryrefslogtreecommitdiff
path: root/lib/crypto-api.c
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/crypto-api.c
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/crypto-api.c')
-rw-r--r--lib/crypto-api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 2073266b96..2beb329e69 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -86,7 +86,7 @@ int ret;
*
* Returns: Zero or a negative error code on error.
*
- * Since: 3.0.0
+ * Since: 3.0
**/
int
gnutls_cipher_tag (gnutls_cipher_hd_t handle, void *tag, size_t tag_size)
@@ -114,7 +114,7 @@ api_cipher_hd_st * h = handle;
*
* Returns: Zero or a negative error code on error.
*
- * Since: 3.0.0
+ * Since: 3.0
**/
int
gnutls_cipher_add_auth (gnutls_cipher_hd_t handle, const void *text, size_t text_size)
@@ -138,7 +138,7 @@ api_cipher_hd_st * h = handle;
* This function will set the IV to be used for the next
* encryption block.
*
- * Since: 3.0.0
+ * Since: 3.0
**/
void
gnutls_cipher_set_iv (gnutls_cipher_hd_t handle, void *iv, size_t ivlen)
@@ -522,7 +522,7 @@ gnutls_hash_fast (gnutls_digest_algorithm_t algorithm,
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
* error code.
*
- * Since: 3.0.0
+ * Since: 3.0
**/
int
gnutls_key_generate (gnutls_datum_t * key, unsigned int key_size)