summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crypto-api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 3dd25e5009..e0d8089770 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -734,8 +734,7 @@ gnutls_aead_cipher_decrypt(gnutls_aead_cipher_hd_t handle,
*
* This function will encrypt the given data using the algorithm
* specified by the context. The output data will contain the
- * authentication tag. This function requires that
- * gnutls_aead_cipher_set_nonce() is called before it.
+ * authentication tag.
*
* Returns: Zero or a negative error code on error.
*