New commits: commit 33de7be4fdcc1d24a5068bac65b91ac9eec87bac Author: Andrew Cagney <[email protected]> Date: Tue May 7 00:08:36 2024 -0400
enums: return bool from enum_name_short(), and pass enum_buf param
change:
const char *name = enum_name_short()
if (name != NULL) ...
to:
enum_buf name;
if (enum_name_short(&name)) ...
_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit
