summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-05 15:08:39 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:33:05 +0000
commit7070e5ca2fa41940d56599bf016a45cb1c0e03f0 (patch)
treea604a3525518f1cb3a232c4502072990b62053d0 /util
parent4cfa6204e8740a3e89b96fac3f1ac49d137e9dc9 (diff)
Use longjmp at setjmp where possible
Where we can we should use longjmp and setjmp in preference to swapcontext/ setcontext as they seem to be more performant. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 48ffd7141e..8a6c4c528e 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4651,6 +4651,6 @@ TS_RESP_CTX_set_signer_digest 5010 EXIST::FUNCTION:
TS_CONF_set_signer_digest 5011 EXIST::FUNCTION:
ENGINE_load_dasync 5012 EXIST::FUNCTION:ENGINE,STATIC_ENGINE
ASYNC_pause_job 5013 EXIST::FUNCTION:
-ASYNC_job_is_waiting 5014 EXIST::FUNCTION:
+ASYNC_job_is_waiting 5014 NOEXIST::FUNCTION:
ASYNC_in_job 5015 EXIST::FUNCTION:
ASYNC_start_job 5016 EXIST::FUNCTION: