summaryrefslogtreecommitdiff
path: root/lib/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dh.c')
-rw-r--r--lib/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dh.c b/lib/dh.c
index 8f8905f7c2..401525b0e3 100644
--- a/lib/dh.c
+++ b/lib/dh.c
@@ -234,7 +234,7 @@ void gnutls_dh_params_deinit(gnutls_dh_params_t dh_params)
* @src: Is the source parameters
*
* This function will copy the DH parameters structure from source
- * to destination.
+ * to destination. The destination should be already initialized.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.