]> git.ipfire.org Git - thirdparty/openssl.git/commit
list: rename internal fields
authorPauli <pauli@openssl.org>
Tue, 11 Oct 2022 21:58:19 +0000 (08:58 +1100)
committerPauli <pauli@openssl.org>
Wed, 16 Nov 2022 07:02:02 +0000 (18:02 +1100)
commitccdcb08d05725673a3c416f221905fb362dcf1a6
tree7602fba04a75c3d20ccfacf723549bcebaa09737
parent3fb172ef0a635c2e705d3d1cb58624cfc6afd502
list: rename internal fields

This makes conversion to using list.h easier because the compiler will error
on an unknown field name rather than accepting `head` and `tail` and missing
some changes.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19377)
include/internal/list.h