aboutsummaryrefslogtreecommitdiff
path: root/crypto/threads_none.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Add atomic write callPauli1-1/+7
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli1-0/+6
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell1-3/+6
2017-08-06Add missing include of cryptlib.hRich Salz1-1/+1
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson1-0/+1
2017-06-29Add fork handlers, based on pthread_atforkRich Salz1-0/+5
2016-05-17Copyright consolidation 04/10Rich Salz1-46/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-02-26Implement new multi-threading APIAlessandro Ghedini1-0/+165