diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-01-08 16:52:44 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-01-08 16:52:46 +0100 |
commit | 14becbb8f8a7aec87e049ab946705480fd929a92 (patch) | |
tree | bbee95643d6d734a9570a2f5a4b9d48fca3ef701 /lib | |
parent | e2d69151e334946b0f67531a46c2cd89a58f9610 (diff) | |
download | gnutls-14becbb8f8a7aec87e049ab946705480fd929a92.tar.gz |
gnutls_aead_cipher_decrypt: removed misleading text
Reported by Fridolin Pokorny.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto-api.c | 3 |
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. * |