Re: [PATCH 2/2] Make sha1_to_hex thread-safe
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:48:29
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:48:29
As I said in my previous mail, this is not necessary. In particular... On Dienstag, 23. März 2010, Fredrik Kuivinen wrote:
+static pthread_once_t sha1_to_hex_once = PTHREAD_ONCE_INIT;
... please give us a break: Don't force us to pile missing pthreads features in our Windows layer. -- Hannes