summaryrefslogtreecommitdiff
path: root/lib/crypto-api.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 10:30:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 11:34:15 +0200
commitc2e05f97b6e32887f548d12e20291bde750d5390 (patch)
tree26d98e7c67482bbda8a2b046302d119ba20876f6 /lib/crypto-api.c
parent45050a7aa57ec07701c32fc3ff7d92202a5a8db3 (diff)
downloadgnutls-c2e05f97b6e32887f548d12e20291bde750d5390.tar.gz
doc updates
Diffstat (limited to 'lib/crypto-api.c')
-rw-r--r--lib/crypto-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index d9a796f8cd..e169092cf1 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -216,7 +216,7 @@ gnutls_cipher_decrypt(gnutls_cipher_hd_t handle, void *ctext,
* gnutls_cipher_encrypt2:
* @handle: is a #gnutls_cipher_hd_t type
* @ptext: the data to encrypt
- * @ptextlen: the length of data to encrypt
+ * @ptext_len: the length of data to encrypt
* @ctext: the encrypted data
* @ctext_len: the available length for encrypted data
*