[openssl/openssl] e92188: Fix the return type for the rlayer_skip_early_data...
Matt Caswell
noreply at github.com
Tue Aug 23 16:14:11 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: e921882d57201e14cc6a48765b2281065d6f5c65
https://github.com/openssl/openssl/commit/e921882d57201e14cc6a48765b2281065d6f5c65
Author: Matt Caswell <matt at openssl.org>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M ssl/record/record.h
Log Message:
-----------
Fix the return type for the rlayer_skip_early_data callback
There was a copy & paste error in the definition of the
rlayer_skip_early_data callback. The return type is supposed to
be "int" but it was defined as a pointer type. This was causing
test failures on some platforms.
Fixes #19037
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19048)
More information about the openssl-commits
mailing list