From: Nikos Mavrogiannopoulos Date: Fri, 12 Dec 2014 08:35:29 +0000 (+0100) Subject: gnutls_rnd: doc update X-Git-Tag: gnutls_3_4_0~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=766170ddf12e7bb5e12e1a9bbfb5de08f987b382;p=thirdparty%2Fgnutls.git gnutls_rnd: doc update --- diff --git a/lib/random.c b/lib/random.c index bb71ba6cba..89e8827069 100644 --- a/lib/random.c +++ b/lib/random.c @@ -73,7 +73,9 @@ void _gnutls_rnd_deinit(void) * This function will generate random data and store it to output * buffer. * - * Returns: Zero or a negative error code on error. + * This function is thread-safe and also fork-safe. + * + * Returns: Zero on success, or a negative error code on error. * * Since: 2.12.0 **/