summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.namespace
diff options
context:
space:
mode:
authorbeck <>2024-04-10 14:53:01 +0000
committerbeck <>2024-04-10 14:53:01 +0000
commitc74048d53051ecb8d267b8b92af44b32f0bd928c (patch)
treead58252de816fa1777a2122eef964ba74c98a5c9 /src/lib/libcrypto/Symbols.namespace
parent28391ee6892093e7875a30c2bc0924a7bbcb17ea (diff)
downloadopenbsd-c74048d53051ecb8d267b8b92af44b32f0bd928c.tar.gz
openbsd-c74048d53051ecb8d267b8b92af44b32f0bd928c.tar.bz2
openbsd-c74048d53051ecb8d267b8b92af44b32f0bd928c.zip
Finish hiding symbols in rand.h
This removes the LIBRESSL_INTERNAL guards and marks the functions within as LCRYPTO_UNUSED
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/Symbols.namespace10
1 files changed, 10 insertions, 0 deletions
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
3179_libre_FIPS_mode_set 3179_libre_FIPS_mode_set
3180_libre_OPENSSL_init 3180_libre_OPENSSL_init
3181_libre_CRYPTO_memcmp 3181_libre_CRYPTO_memcmp
3182_libre_RAND_cleanup
3183_libre_RAND_bytes
3184_libre_RAND_pseudo_bytes
3185_libre_RAND_seed
3186_libre_RAND_add
3187_libre_RAND_load_file
3188_libre_RAND_write_file
3189_libre_RAND_file_name
3190_libre_RAND_status
3191_libre_RAND_poll