commit | 3c2b80377b208ee1ffd4e04ff9646c47fe4255a6 | [log] [tgz] |
---|---|---|
author | Andrew Thoelke <andrew.thoelke@arm.com> | Thu Aug 22 12:20:12 2019 +0100 |
committer | Andrew Thoelke <andrew.thoelke@arm.com> | Thu Aug 22 15:52:32 2019 +0100 |
tree | ac4e4508fb5165646658a9581195b60272fed0b1 | |
parent | 07f16b78ffc90a0d1a735289c5eee33f40ec3fe8 [diff] [blame] |
Cross reference 'key handles' from INVALID_HANDLE
diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index e0600a1..0781fa4 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)