[openssl/openssl] d94bee: VMS: More header inclusion compensation for VMS C ...
Richard Levitte
noreply at github.com
Mon Sep 4 19:28:16 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: d94bee8e9be2eb9e7e659a29c42586fe2f90f5a6
https://github.com/openssl/openssl/commit/d94bee8e9be2eb9e7e659a29c42586fe2f90f5a6
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M Configurations/descrip.mms.tmpl
Log Message:
-----------
VMS: More header inclusion compensation for VMS C compiler
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
Commit: 3ae4686bf6cfb9889efeecbc8e80b279afbe1e28
https://github.com/openssl/openssl/commit/3ae4686bf6cfb9889efeecbc8e80b279afbe1e28
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M include/internal/sockets.h
Log Message:
-----------
VMS: Add a fallback definition of socklen_t
It is not present in current VMS C headers...
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
Commit: cfbdc5dd14bf9fc969c9eb76216ab59a4ae64ba4
https://github.com/openssl/openssl/commit/cfbdc5dd14bf9fc969c9eb76216ab59a4ae64ba4
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M ssl/quic/quic_cfq.c
Log Message:
-----------
Include #include "internal/numbers.h" in ssl/quic/quic_cfq.c
It's needed for platforms that don't define UINT64_MAX and similar macros
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
Commit: 09a4b4b72204f973804d60096c513f5ed6b39e4f
https://github.com/openssl/openssl/commit/09a4b4b72204f973804d60096c513f5ed6b39e4f
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M include/internal/numbers.h
M test/quic_multistream_test.c
Log Message:
-----------
internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_C
Other similar macros can be implemented later. Right now, this are the most
likely to be actually useful
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
Compare: https://github.com/openssl/openssl/compare/e3994583a1e4...09a4b4b72204
More information about the openssl-commits
mailing list