Remove ASYNC NOEXIST functions from libeay.num
authorMatt Caswell <matt@openssl.org>
Thu, 15 Oct 2015 14:33:57 +0000 (15:33 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:36:29 +0000 (23:36 +0000)
During development some functions got added and then later taken away.
Since these will never appear in a production version there is no reason
for them to appear in libeay.num flagged as "NOEXIST".

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/libeay.num

index 82ab47721e89edb6de14960195817174ba79772b..06816fc1f344dae39e7799884cc55f68114506e7 100755 (executable)
@@ -4651,13 +4651,11 @@ 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:
 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   NOEXIST::FUNCTION:
-ASYNC_in_job                            5015   EXIST::FUNCTION:
-ASYNC_start_job                         5016   EXIST::FUNCTION:
-ASYNC_init_pool                         5017   EXIST::FUNCTION:
-ASYNC_free_pool                         5018   EXIST::FUNCTION:
-ASYNC_wake                              5019   EXIST::FUNCTION:
-ASYNC_clear_wake                        5020   EXIST::FUNCTION:
-ASYNC_get_current_job                   5021   EXIST::FUNCTION:
-ASYNC_get_wait_fd                       5022   EXIST::FUNCTION:
-ERR_load_ASYNC_strings                  5023   EXIST::FUNCTION:
+ASYNC_start_job                         5014   EXIST::FUNCTION:
+ASYNC_init_pool                         5015   EXIST::FUNCTION:
+ASYNC_free_pool                         5016   EXIST::FUNCTION:
+ASYNC_wake                              5017   EXIST::FUNCTION:
+ASYNC_clear_wake                        5018   EXIST::FUNCTION:
+ASYNC_get_current_job                   5019   EXIST::FUNCTION:
+ASYNC_get_wait_fd                       5020   EXIST::FUNCTION:
+ERR_load_ASYNC_strings                  5021   EXIST::FUNCTION: