From: Richard Maciel <[email protected]> This fixes an old complain about TrouSerS, which was a list_init function being unecessarily being exported. Since list_init is too common, it generated symbol conflicts with other libraries.
Richard Maciel (2): list_init symbol got a different name and is now local-only Removed references to 'list_init' src/include/obj_context.h | 2 +- src/include/obj_daa.h | 2 +- src/include/obj_daaarakey.h | 2 +- src/include/obj_daacred.h | 2 +- src/include/obj_daaissuerkey.h | 2 +- src/include/obj_delfamily.h | 2 +- src/include/obj_encdata.h | 2 +- src/include/obj_hash.h | 2 +- src/include/obj_migdata.h | 2 +- src/include/obj_nv.h | 2 +- src/include/obj_pcrs.h | 2 +- src/include/obj_policy.h | 2 +- src/include/obj_rsakey.h | 2 +- src/include/obj_tpm.h | 2 +- src/tspi/obj.c | 4 ++-- 15 files changed, 16 insertions(+), 16 deletions(-) -- 1.8.1.4 ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
