documentation fix, changes made to x509_print for wolfCLU

pull/1642/head
connerwolfssl 2018-05-11 15:36:56 -06:00 committed by John Safranek
parent 13b7dad0fa
commit 554275ba71
1 changed files with 1 additions and 1 deletions

View File

@ -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);