tls_verify.c: give up on variable alignment in this file
authortb <tb@openbsd.org>
Thu, 11 May 2023 07:35:27 +0000 (07:35 +0000)
committertb <tb@openbsd.org>
Thu, 11 May 2023 07:35:27 +0000 (07:35 +0000)
commit7c8782d5855ded5492175476190dc6c11d320c4e
treea41d49d59fb9527d755718275e5c71da576991de
parent82b8a411a9e00082ccd706c27c5110bf77c40b17
tls_verify.c: give up on variable alignment in this file

The previous commit resulted in misalignment, which impacts my OCD worse
than no alignment at all. Alignment wasn't consistently done in this file
anyway. op tells me it won't affect current efforts in reducing the diff.
lib/libtls/tls_verify.c