From c74048d53051ecb8d267b8b92af44b32f0bd928c Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 10 Apr 2024 14:53:01 +0000 Subject: Finish hiding symbols in rand.h This removes the LIBRESSL_INTERNAL guards and marks the functions within as LCRYPTO_UNUSED --- src/lib/libcrypto/Symbols.namespace | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 0f44808bbc..b1be9dcc14 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -3179,3 +3179,13 @@ _libre_FIPS_mode _libre_FIPS_mode_set _libre_OPENSSL_init _libre_CRYPTO_memcmp +_libre_RAND_cleanup +_libre_RAND_bytes +_libre_RAND_pseudo_bytes +_libre_RAND_seed +_libre_RAND_add +_libre_RAND_load_file +_libre_RAND_write_file +_libre_RAND_file_name +_libre_RAND_status +_libre_RAND_poll -- cgit v1.2.3-55-g6feb