Fix wrong \file name in Doxygen comments

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-02-23 20:29:38 +01:00
parent a0fd0f8531
commit 2091f3afb7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* \file mbedtls_md.c
* \file md.c
*
* \brief Generic message digest wrapper for mbed TLS
*
+1 -1
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.
*/