diff options
author | beck <> | 2023-07-08 06:13:08 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 06:13:08 +0000 |
commit | e1ea593bb1fac828fbd14800422748eda7a2febd (patch) | |
tree | f544977528a6206be45abe2972a94adb7095aa0e /src/lib/libcrypto/Symbols.namespace | |
parent | 9a67247dade8301b319163999154fc477bea9462 (diff) | |
download | openbsd-e1ea593bb1fac828fbd14800422748eda7a2febd.tar.gz openbsd-e1ea593bb1fac828fbd14800422748eda7a2febd.tar.bz2 openbsd-e1ea593bb1fac828fbd14800422748eda7a2febd.zip |
Hide symbols in sm3
ok tb@ jsing@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index fbd8757bb0..b62f9db02b 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1792,3 +1792,6 @@ _libre_lh_node_usage_stats | |||
1792 | _libre_lh_stats_bio | 1792 | _libre_lh_stats_bio |
1793 | _libre_lh_node_stats_bio | 1793 | _libre_lh_node_stats_bio |
1794 | _libre_lh_node_usage_stats_bio | 1794 | _libre_lh_node_usage_stats_bio |
1795 | _libre_SM3_Init | ||
1796 | _libre_SM3_Update | ||
1797 | _libre_SM3_Final | ||