]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_prf: document when its output matches gnutls_prf_rfc5705
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 11:10:28 +0000 (13:10 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 11:10:28 +0000 (13:10 +0200)
lib/prf.c

index c8d3274226b21dc6950db8975032de1c342b4c50..0eac36f9f70177f02608b39d59d4d042b791d3a9 100644 (file)
--- 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