Module: wine Branch: master Commit: febb06ce7794315b60e4b030370a5ad9116494e7 URL: https://gitlab.winehq.org/wine/wine/-/commit/febb06ce7794315b60e4b030370a5ad...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 5 10:22:25 2023 +0200
crypt32: Use nameless union/structs.
---
dlls/crypt32/cert.c | 41 ++++++++++---------- dlls/crypt32/chain.c | 74 ++++++++++++++++++------------------ dlls/crypt32/crl.c | 26 ++++++------- dlls/crypt32/decode.c | 83 ++++++++++++++++++++-------------------- dlls/crypt32/encode.c | 32 ++++++++-------- dlls/crypt32/msg.c | 102 +++++++++++++++++++++++++------------------------- dlls/crypt32/object.c | 54 +++++++++++++------------- dlls/crypt32/oid.c | 22 +++++------ dlls/crypt32/str.c | 16 ++++---- 9 files changed, 221 insertions(+), 229 deletions(-)