aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2020-10-29 10:17:25 -0500
committerTomas Mraz <tmraz@fedoraproject.org>2020-11-04 17:02:38 +0100
commit9750b4d39c610bac89fde009c3b22147eee0249c (patch)
treeb0cf02969f2d7cca93cc2f09fdcea3fc248c1d05 /util
parent23fb3661cf914eb6a0776abec629b0e3e5976b7f (diff)
downloadopenssl-9750b4d39c610bac89fde009c3b22147eee0249c.zip
openssl-9750b4d39c610bac89fde009c3b22147eee0249c.tar.gz
openssl-9750b4d39c610bac89fde009c3b22147eee0249c.tar.bz2
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
These methods should ultimately be deprecated. The move is to insulate non-UNIX platforms from these undefined symbols. CLA: Permission is granted by the author to the OpenSSL team to use these modifications. Fixes #13273 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13276)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 3573058..9437e30 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4195,9 +4195,9 @@ OSSL_STORE_INFO_set0_NAME_description 4284 3_0_0 EXIST::FUNCTION:
OSSL_STORE_INFO_get1_NAME_description 4285 3_0_0 EXIST::FUNCTION:
OSSL_STORE_do_all_loaders 4286 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
OSSL_STORE_LOADER_get0_engine 4287 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
-OPENSSL_fork_prepare 4288 3_0_0 EXIST:UNIX:FUNCTION:
-OPENSSL_fork_parent 4289 3_0_0 EXIST:UNIX:FUNCTION:
-OPENSSL_fork_child 4290 3_0_0 EXIST:UNIX:FUNCTION:
+OPENSSL_fork_prepare 4288 3_0_0 EXIST:UNIX:FUNCTION:DEPRECATEDIN_3_0
+OPENSSL_fork_parent 4289 3_0_0 EXIST:UNIX:FUNCTION:DEPRECATEDIN_3_0
+OPENSSL_fork_child 4290 3_0_0 EXIST:UNIX:FUNCTION:DEPRECATEDIN_3_0
EVP_sha3_224 4304 3_0_0 EXIST::FUNCTION:
EVP_sha3_256 4305 3_0_0 EXIST::FUNCTION:
EVP_sha3_384 4306 3_0_0 EXIST::FUNCTION: