Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h)

This commit is contained in:
Andres Amaya Garcia 2016-12-14 10:13:43 +00:00 committed by Simon Butcher
parent d3f0f5e1c8
commit af610a0baf
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ int mbedtls_ecjpake_setup( mbedtls_ecjpake_context *ctx,
const unsigned char *secret, const unsigned char *secret,
size_t len ); size_t len );
/* /**
* \brief Check if a context is ready for use * \brief Check if a context is ready for use
* *
* \param ctx Context to check * \param ctx Context to check

View File

@ -1,4 +1,4 @@
/* /**
* \file cmac.c * \file cmac.c
* *
* \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES * \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES