From ec83eb605e0744e4975446d0e7e6c7b5c7329bb7 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 27 May 2021 08:41:59 +0100 Subject: [PATCH] Fix copy+paste mistake Signed-off-by: Janos Follath --- include/psa/crypto_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h index dcaf75568d..997fec0b8a 100644 --- a/include/psa/crypto_extra.h +++ b/include/psa/crypto_extra.h @@ -1692,7 +1692,7 @@ psa_status_t psa_pake_get_implicit_key(psa_pake_operation_t *operation, * #PSA_ALG_IS_PAKE(\p alg) is true). * \param primitive A primitive of type ::psa_pake_primitive_t that is * compatible with algorithm \p alg. - * \param output_step A value of type ::psa_pake_step_t that is valid for the + * \param input_step A value of type ::psa_pake_step_t that is valid for the * algorithm \p alg. * \return A sufficient output buffer size for the specified * output, cipher suite and algorithm. If the cipher suite,