mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
1cc8c53b0f
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) |
||
---|---|---|
.. | ||
methods | ||
build.info | ||
rec_layer_d1.c | ||
rec_layer_s3.c | ||
record_local.h | ||
record.h |