Commit 06b9ff06 authored by Matt Caswell's avatar Matt Caswell
Browse files

Swap to using _longjmp/_setjmp instead of longjmp/setjmp



_longjmp/_setjmp do not manipulate the signal mask whilst
longjmp/setjmp may do. Online sources suggest this could result
in a significant speed up in the context switching.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 4abc7681
Supports Markdown
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