diff options
author | Tom Cosgrove <tom.cosgrove@arm.com> | 2023-09-01 09:41:11 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-09-04 00:44:21 +0200 |
commit | 12d08fe3a50f28fe80ff591e05d7f8253148afb4 (patch) | |
tree | 67a4ba063a353d5ea8bc4d903d36566c631bbaff /providers | |
parent | Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa... (diff) | |
download | openssl-12d08fe3a50f28fe80ff591e05d7f8253148afb4.tar.xz openssl-12d08fe3a50f28fe80ff591e05d7f8253148afb4.zip |
Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exe
clang-cl.exe defines __clang__ and _MSC_VER but not __GNUC__, so a clang-
specific guard is needed to get the correct ALIGNxx versions.
Fixes #21914
Change-Id: Icdc047b182ad1ba61c7b1b06a1e951eda1a0c33d
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21921)
Diffstat (limited to 'providers')
0 files changed, 0 insertions, 0 deletions