Commit fe3cd1b4 authored by Geoff Simmons's avatar Geoff Simmons

Re-work and bugfix the concurrent use of symmetric cipher handles.

The previous implementation was not thread safe.
Now use pthread keys to create a handle for each object in each
thread, and then retrieve them in the same thread.
parent 3f9cbef7
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment