mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Remove reference to PSA_PAKE_KEY_SHARE_SIZE
The macro PSA_PAKE_KEY_SHARE_SIZE has been removed, we need to remove references to it from the documentation as well. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
2ba6079d47
commit
fc3577daae
|
|
@ -1157,8 +1157,7 @@
|
||||||
*
|
*
|
||||||
* This macro must expand to a compile-time constant integer.
|
* This macro must expand to a compile-time constant integer.
|
||||||
*
|
*
|
||||||
* See also #PSA_PAKE_KEY_SHARE_SIZE(\p alg, \p cipher_suite) and
|
* See also #PSA_PAKE_OUTPUT_SIZE(\p alg, \p cipher_suite, \p output).
|
||||||
* #PSA_PAKE_OUTPUT_SIZE(\p alg, \p cipher_suite, \p output).
|
|
||||||
*/
|
*/
|
||||||
#define PSA_PAKE_OUTPUT_MAX_SIZE
|
#define PSA_PAKE_OUTPUT_MAX_SIZE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue