Consolidate thread-local data.
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 30 Jun 2011 13:48:10 +0000 (09:48 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:21 +0000 (06:20 -0400)
commit81781310c5125e8784c1113e8306aef8f4e3c6d4
tree3cc45b469aebd0d00415631dee5cd64bd93e931c
parent1ee5c768c998b20f7e628301cb1ca8fa8fcbb8bf
Consolidate thread-local data.

Also add windows versions of MUTEX macros.
Together, these changes eliminate dependency on pthread for windows and
centralize the platform-specific code to deal with thread-local storage.
moonshot/mech_eap/display_status.c
moonshot/mech_eap/util.h
moonshot/mech_eap/util_krb.c
moonshot/mech_eap/util_tld.c [new file with mode: 0644]