summaryrefslogtreecommitdiff
path: root/lib/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/random.c')
-rw-r--r--lib/random.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/random.c b/lib/random.c
index 04867322d0..5d85ba8f95 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
@@ -61,13 +61,13 @@ _gnutls_rnd_deinit (void)
* @data: place to store random bytes
* @len: The requested size
*
- * This function will generate random data and store it
- * to output buffer.
+ * This function will generate random data and store it to output
+ * buffer.
*
* Returns: Zero or a negative error code on error.
*
+ * Since: 2.12.0
**/
-
int
gnutls_rnd (gnutls_rnd_level_t level, void *data, size_t len)
{