Commit Graph

4 Commits

Author SHA1 Message Date
Steven Fackler 55f9feab47 Remove spurious extern "Rust" specifier 2013-12-29 17:46:23 -08:00
Steven Fackler 0aaeb3e067 Stop using atomics for OpenSSL global state
The synchronization in init and when passing contexts cross-task is
sufficient to guarantee enough of an ordering that the values of
VERIFY_IDX and MUTEXES will be visible when they should be.
2013-12-29 10:42:18 -07:00
Steven Fackler 4d7aa58680 Switch to real mutex for init. 2013-12-29 09:29:49 -07:00
Steven Fackler 9b3746260c Integrate everything 2013-12-28 18:39:07 -07:00