summaryrefslogtreecommitdiffstats
path: root/doc/designs/quic-design/record-layer.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/designs/quic-design/record-layer.md')
-rw-r--r--doc/designs/quic-design/record-layer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/record-layer.md b/doc/designs/quic-design/record-layer.md
index 8db4b319c5..172098b547 100644
--- a/doc/designs/quic-design/record-layer.md
+++ b/doc/designs/quic-design/record-layer.md
@@ -455,7 +455,7 @@ struct ossl_record_method_st {
* exit the record layer may update this to an alternative fragment size to
* be used. This must always be less than or equal to |maxfrag|.
*/
- size_t (*get_max_records)(OSSL_RECORD_LAYER *rl, int type, size_t len,
+ size_t (*get_max_records)(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len,
size_t maxfrag, size_t *preffrag);
/*