From: Nikos Mavrogiannopoulos Date: Wed, 27 Jul 2016 11:10:28 +0000 (+0200) Subject: gnutls_prf: document when its output matches gnutls_prf_rfc5705 X-Git-Tag: gnutls_3_5_3~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8098024c35f48a69ef88929ea370c0512bf235b0;p=thirdparty%2Fgnutls.git gnutls_prf: document when its output matches gnutls_prf_rfc5705 --- diff --git a/lib/prf.c b/lib/prf.c index c8d3274226..0eac36f9f7 100644 --- a/lib/prf.c +++ b/lib/prf.c @@ -411,6 +411,9 @@ gnutls_prf_rfc5705(gnutls_session_t session, * * The output is placed in @out, which must be pre-allocated. * + * Note: This function produces identical output with gnutls_prf_rfc5705() + * when @server_random_first is set to 0 and @extra is %NULL. + * * Returns: %GNUTLS_E_SUCCESS on success, or an error code. **/ int