jedisct1 / libhydrogen

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
https://libhydrogen.org
Other
605 stars 90 forks source link

trivial fix for tcc #131

Closed batmac closed 2 years ago

batmac commented 2 years ago

Hi, Tiny C Compiler defines __GNUC__ but doesn't support __thread.

jedisct1 commented 2 years ago

Thanks!