From b0bcb633ffb567aaa9ff2a17fe5043df6485bfd7 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 13 May 2021 13:21:43 +0100 Subject: [PATCH] Link PSA_KEY_TYPE_PASSWORD in the documentation Signed-off-by: Janos Follath --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index e94a957137..8759d69756 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -4328,7 +4328,7 @@ psa_status_t psa_pake_setup(psa_pake_operation_t *operation, * value derived from the password (eg. by a * memory-hard function). It must remain valid * until the operation terminates. It must be of - * type PSA_KEY_TYPE_PASSWORD or + * type #PSA_KEY_TYPE_PASSWORD or * #PSA_KEY_TYPE_DERIVE. It has to allow the usage * #PSA_KEY_USAGE_DERIVE. *