From 8098024c35f48a69ef88929ea370c0512bf235b0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 27 Jul 2016 13:10:28 +0200 Subject: gnutls_prf: document when its output matches gnutls_prf_rfc5705 --- lib/prf.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1