Fix typo in documentation
tests/scripts/doxygen.sh passes.
This commit is contained in:
parent
93f8500e2e
commit
19643c573d
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ typedef uint32_t psa_algorithm_t;
|
|||
* \param kdf_alg A key derivation algorithm (\c PSA_ALG_XXX value such
|
||||
* that #PSA_ALG_IS_KEY_DERIVATION(\p hash_alg) is true)
|
||||
* or a key selection algorithm (\c PSA_ALG_XXX value such
|
||||
* that #PSA_ALG_IS_SELECTION(\p hash_alg) is true).
|
||||
* that #PSA_ALG_IS_KEY_SELECTION(\p hash_alg) is true).
|
||||
*
|
||||
* \return The Diffie-Hellman algorithm with the specified
|
||||
* selection or derivation algorithm.
|
||||
|
|
Loading…
Reference in a new issue