Fix wrong \file name in Doxygen comments

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-02-12 23:34:01 +01:00
parent a0fd0f8531
commit 2091f3afb7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/**
* \file mbedtls_md.c
* \file md.c
*
* \brief Generic message digest wrapper for mbed TLS
*

View File

@ -1,4 +1,4 @@
/** \file psa_crypto_helpers.c
/** \file fake_external_rng_for_test.c
*
* \brief Helper functions to test PSA crypto functionality.
*/