CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/19 03:23:36

Modified files:
        lib/libcrypto/ui: ui_lib.c 

Log message:
libcrypto/ui: mechanically rename the union _ into u

While mainstream OS use compilers that understand anonymous unions, which
would be cleaner here, some special snowflakes rely on LibreSSL in their
stacks and they sometimes use very old and special compilers. There is no
need to impose a burden on them. There is far more impactful and important
cleanup that could be done in the ui pit.

This obviates jsg's upcoming removal of a windows-ce workaround.

discussed with jsing

Reply via email to