mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
The TLS record type is a single byte value so we can use uint8_t for it. This allows passing its address directly to SSL_trace() instead of converting it to a single byte type first. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21823) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |