From 3c2b80377b208ee1ffd4e04ff9646c47fe4255a6 Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Thu, 22 Aug 2019 12:20:12 +0100 Subject: [PATCH] Cross reference 'key handles' from INVALID_HANDLE --- include/psa/crypto_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index e0600a189..0781fa441 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -268,7 +268,7 @@ * to read from a resource. */ #define PSA_ERROR_INSUFFICIENT_DATA ((psa_status_t)-143) -/** The key handle is not valid. +/** The key handle is not valid. See also :ref:\`key-handles\`. */ #define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136)