Skip to content

Commit cfa1b58

Browse files
committed
minor fix again
1 parent e6bd8dc commit cfa1b58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/dox_comments/header_files

doc/dox_comments/header_files/aes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ int wc_GmacUpdate(Gmac* gmac, const byte* iv, word32 ivSz,
545545
Aes enc;
546546
key[] = { some 16, 24, or 32 byte length key };
547547
548-
wc_AesInit(&aes, HEAP_HINT, INVALID_DEVID); // Make sure devId updated
549-
wc_AesCcmSetKey(&aes, key, sizeof(key));
548+
wc_AesInit(&enc, HEAP_HINT, INVALID_DEVID); // Make sure devId updated
549+
wc_AesCcmSetKey(&enc, key, sizeof(key));
550550
\endcode
551551
552552
\sa wc_AesCcmEncrypt

0 commit comments

Comments
 (0)