Yes it is. Spent more time fixing testsuite and running tests than fixing this. :-P
Em 20-02-2014 14:52, Joel Schopp escreveu: > That seems very straightforward. > > Acked-by:Joel Schopp <[email protected]> > > On 02/20/2014 10:57 AM, [email protected] wrote: >> 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(-) >> ------------------------------------------------------------------------------ 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
