diff options
author | beck <> | 2024-04-10 14:53:01 +0000 |
---|---|---|
committer | beck <> | 2024-04-10 14:53:01 +0000 |
commit | c74048d53051ecb8d267b8b92af44b32f0bd928c (patch) | |
tree | ad58252de816fa1777a2122eef964ba74c98a5c9 /src/lib/libcrypto/Symbols.namespace | |
parent | 28391ee6892093e7875a30c2bc0924a7bbcb17ea (diff) | |
download | openbsd-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.namespace | 10 |
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 | ||