1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-10 00:49:04 +08:00

Fixup: add peer_cert_digest_type to comment

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2024-03-01 12:03:35 +00:00
parent 7335082ef6
commit 76ba26a542

View File

@ -4113,6 +4113,7 @@ static const unsigned char ssl_serialized_session_header[] = {
* #if defined(MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
* opaque peer_cert<0..2^24-1>; // length 0 means no peer cert
* #else
* uint8 peer_cert_digest_type;
* opaque peer_cert_digest<0..2^8-1>
* #endif
* select (endpoint) {