use OSSL_PARAM_construct_uint32 for max_early_data
authorJ.W. Jagersma <jwjagersma@gmail.com>
Thu, 10 Nov 2022 16:46:40 +0000 (17:46 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:47:54 +0000 (07:47 +0000)
commit1e065a15119520e13a2d68d003c4c06869208a32
tree1c90f18143e1393fae73817d90079a886d3b1b28
parentb9179ae5552ab59fa46bad5721125a84c76f8ab4
use OSSL_PARAM_construct_uint32 for max_early_data

Otherwise, this causes a warning on platforms where 'uint32_t' is
defined as 'unsigned long int' instead of 'unsigned int'.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19322)
ssl/record/rec_layer_s3.c