From 554275ba71c5172963b594bdc5d956eb28f97617 Mon Sep 17 00:00:00 2001 From: connerwolfssl Date: Fri, 11 May 2018 15:36:56 -0600 Subject: [PATCH] documentation fix, changes made to x509_print for wolfCLU --- doc/dox_comments/header_files/aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);