documentation fix, changes made to x509_print for wolfCLU

This commit is contained in:
connerwolfssl
2018-05-11 15:36:56 -06:00
committed by John Safranek
parent 13b7dad0fa
commit 554275ba71

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