Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: e921882d57201e14cc6a48765b2281065d6f5c65
      
https://github.com/openssl/openssl/commit/e921882d57201e14cc6a48765b2281065d6f5c65
  Author: Matt Caswell <m...@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 <to...@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19048)


Reply via email to