psa_crypto_ffdh: fix typos
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
0a6acf8db4
commit
2bec5df945
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||||
|
|
||||||
/* This header is only needed because it defines
|
/* This header is only needed because it defines
|
||||||
* MBEDTLS_DHM_RFC7919_FFDHExxxx_[P|G]_BIN symbols that are used in
|
* MBEDTLS_DHM_RFC7919_FFDHEXXXX_[P|G]_BIN symbols that are used in
|
||||||
* mbedtls_psa_ffdh_set_prime_generator(). A part from that, this module
|
* mbedtls_psa_ffdh_set_prime_generator(). Apart from that, this module
|
||||||
* only uses bignum functions for arithmetic. */
|
* only uses bignum functions for arithmetic. */
|
||||||
#include <mbedtls/dhm.h>
|
#include <mbedtls/dhm.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue