]> git.ipfire.org Git - thirdparty/openssl.git/commit
include/openssl/crypto.h.in: fix alignment for OPENSSL_*alloc macros
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 17 Jul 2025 13:51:44 +0000 (15:51 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commitaf6a8fdf750b3db7c93075fdd3a6c0c86dc5b625
treeb6029b730fc6e482089b67a58eb391d4e1d7fd8e
parent1f859bb5927632c823f08fe5f48239149aa4cdea
include/openssl/crypto.h.in: fix alignment for OPENSSL_*alloc macros

Otherwise util/check-format-commit.sh complains about the wrong
alignment.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28059)
include/openssl/crypto.h.in