summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 16:52:44 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 16:52:46 +0100
commit14becbb8f8a7aec87e049ab946705480fd929a92 (patch)
treebbee95643d6d734a9570a2f5a4b9d48fca3ef701
parente2d69151e334946b0f67531a46c2cd89a58f9610 (diff)
downloadgnutls-14becbb8f8a7aec87e049ab946705480fd929a92.tar.gz
gnutls_aead_cipher_decrypt: removed misleading text
Reported by Fridolin Pokorny.
-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.
*