Skip to content

Commit 366c8cb

Browse files
committed
Update comments to be accurate
1 parent 385c42d commit 366c8cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wp_aes_aead.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,6 @@ static int wp_aesgcm_stream_final(wp_AeadCtx *ctx, unsigned char *out,
13371337
* @param [in, out] ctx AEAD context object.
13381338
* @param [out] out Buffer to hold decrypted/encrypted data.
13391339
* @param [out] outLen Length of data in output buffer.
1340-
* @param [in] in Data to be encrypted/decrypted.
1341-
* @param [in] inLen Length of data to be encrypted/decrypted.
13421340
* @param [in] offset Offset into the spooled data buffer.
13431341
* @param [in] done This is a final operation.
13441342
*

0 commit comments

Comments
 (0)