From 94683b7acb62a5d99b8b4d66283e6d6dd0007f7a Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 25 Sep 2017 12:04:42 +1000 Subject: Add a CRYPTO_atomic_read call which allows an int variable to be read in an atomic fashion. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4414) --- util/libcrypto.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libcrypto.num') diff --git a/util/libcrypto.num b/util/libcrypto.num index 48e97ff135..68f89b6302 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4398,3 +4398,4 @@ EVP_PKEY_meth_set_check 4341 1_1_1 EXIST::FUNCTION: EVP_PKEY_meth_get_check 4342 1_1_1 EXIST::FUNCTION: EVP_PKEY_meth_remove 4343 1_1_1 EXIST::FUNCTION: OPENSSL_sk_reserve 4344 1_1_1 EXIST::FUNCTION: +CRYPTO_atomic_read 4345 1_1_1 EXIST::FUNCTION: -- cgit v1.2.3