[openssl/openssl] fafb7d: trivial change: optionally suppress include lines
openssl-machine
noreply at github.com
Wed Aug 2 19:34:14 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: fafb7d30038678bffba739eaa933b926d2ee194f
https://github.com/openssl/openssl/commit/fafb7d30038678bffba739eaa933b926d2ee194f
Author: Wo'O Ideafarm <ideafarmcity at gmail.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M ms/applink.c
Log Message:
-----------
trivial change: optionally suppress include lines
CLA: trivial
Code that includes applink.c can now define APPLINK_NO_INCLUDES to suppress the include preprocessor lines in that file. This might be needed if, for example, applink.c is being included into a source file that will be compiled to reference a C library built using different calling conventions. (Example: Open Watcom.)
This pull request is intended to replace an identical pull request that I screwed up.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21595)
Commit: bdb1f6b74486daa1971b928528109a4c67cf2eb9
https://github.com/openssl/openssl/commit/bdb1f6b74486daa1971b928528109a4c67cf2eb9
Author: Wo'O Ideafarm <ideafarmcity at gmail.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M ms/applink.c
Log Message:
-----------
formatting: shift one space to right
per request.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21595)
Compare: https://github.com/openssl/openssl/compare/38c70a161cc6...bdb1f6b74486
More information about the openssl-commits
mailing list