aboutsummaryrefslogtreecommitdiffstats
path: root/util/libssl.num
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-11-04 09:02:28 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-05 22:44:21 +0100
commit5d61758ee70aebb479d6f7a43483af405c0031a2 (patch)
tree94bdfcd2844bda9481ccf74801066bfce9de1278 /util/libssl.num
parentc9c4a356b778d042fee3d86f7178012ec0077205 (diff)
downloadopenssl-5d61758ee70aebb479d6f7a43483af405c0031a2.tar.gz
util/*.num: deassign ordinal numbers from new symbols
Symbols that have appeared since 1.1.1 was released are considered unassigned in the development branch. This is marked by having a question mark as its ordinal number. This introduces two new markers to be used instead of ordinal numbers: ? signifying it gets the previous symbol's number plus one ?+ signifying it gets the same number as the previous symbol '?+' should remain rare, but is useful to create aliases when needed (for example when two different symbols clash because they only differ in character case, see include/openssl/symhacks.h) The intention is that a development branch won't have set numbers for new symbols, and that the final numbers will only get allocated when making beta or final releases. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10348)
Diffstat (limited to 'util/libssl.num')
-rw-r--r--util/libssl.num28
1 files changed, 14 insertions, 14 deletions
diff --git a/util/libssl.num b/util/libssl.num
index c643acbb24..4b5965285a 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -497,17 +497,17 @@ SSL_get_recv_max_early_data 497 3_0_0 EXIST::FUNCTION:
SSL_CTX_get_recv_max_early_data 498 3_0_0 EXIST::FUNCTION:
SSL_CTX_set_recv_max_early_data 499 3_0_0 EXIST::FUNCTION:
SSL_CTX_set_post_handshake_auth 500 3_0_0 EXIST::FUNCTION:
-SSL_get_signature_type_nid 501 3_0_0 EXIST::FUNCTION:
-SSL_CTX_set_async_callback 502 3_0_0 EXIST::FUNCTION:
-SSL_CTX_set_async_callback_arg 503 3_0_0 EXIST::FUNCTION:
-SSL_set_async_callback 504 3_0_0 EXIST::FUNCTION:
-SSL_set_async_callback_arg 505 3_0_0 EXIST::FUNCTION:
-SSL_get_async_status 506 3_0_0 EXIST::FUNCTION:
-SSL_sendfile 507 3_0_0 EXIST::FUNCTION:
-OSSL_default_cipher_list 508 3_0_0 EXIST::FUNCTION:
-OSSL_default_ciphersuites 509 3_0_0 EXIST::FUNCTION:
-SSL_add_store_cert_subjects_to_stack 510 3_0_0 EXIST::FUNCTION:
-SSL_CTX_set_default_verify_store 511 3_0_0 EXIST::FUNCTION:
-SSL_CTX_load_verify_file 512 3_0_0 EXIST::FUNCTION:
-SSL_CTX_load_verify_dir 513 3_0_0 EXIST::FUNCTION:
-SSL_CTX_load_verify_store 514 3_0_0 EXIST::FUNCTION:
+SSL_get_signature_type_nid ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_set_async_callback ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_set_async_callback_arg ? 3_0_0 EXIST::FUNCTION:
+SSL_set_async_callback ? 3_0_0 EXIST::FUNCTION:
+SSL_set_async_callback_arg ? 3_0_0 EXIST::FUNCTION:
+SSL_get_async_status ? 3_0_0 EXIST::FUNCTION:
+SSL_sendfile ? 3_0_0 EXIST::FUNCTION:
+OSSL_default_cipher_list ? 3_0_0 EXIST::FUNCTION:
+OSSL_default_ciphersuites ? 3_0_0 EXIST::FUNCTION:
+SSL_add_store_cert_subjects_to_stack ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_set_default_verify_store ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_load_verify_file ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_load_verify_dir ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_load_verify_store ? 3_0_0 EXIST::FUNCTION: