diff --git a/doc/dox_comments/header_files/aes.h b/doc/dox_comments/header_files/aes.h index 817141696..8c86fe47d 100644 --- a/doc/dox_comments/header_files/aes.h +++ b/doc/dox_comments/header_files/aes.h @@ -856,5 +856,5 @@ WOLFSSL_API int wc_AesXtsFree(XtsAes* aes); \sa wc_AesSetKey \sa wc_AesSetIV */ -WOLFSSL_API int wc_AesInit(Aes* aes, void* heap, int devId); +WOLFSSL_API int wc_AesInit(Aes*, void*, int);