Structure alignment macro.
authorPauli <paul.dale@oracle.com>
Tue, 30 Apr 2019 10:36:16 +0000 (20:36 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 30 Apr 2019 22:37:11 +0000 (08:37 +1000)
commit39147079fc41b1af9a4e2974e89de20668e02aea
tree3d37a1466917d0ee1a4bf41b38180fee72863f49
parenta39eb84006ca68d38d1c7204a6135647d06b5d01
Structure alignment macro.

Introduce a macro that allows all structure alignment tricks to be rolled up
into a single place.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8845)
crypto/evp/e_aes.c
crypto/evp/e_aria.c
crypto/evp/e_chacha20_poly1305.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
include/internal/cryptlib.h
providers/common/ciphers/ciphers_locl.h
ssl/s3_cbc.c