diff options
author | tb <> | 2024-03-02 09:22:41 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:22:41 +0000 |
commit | 2c5808653fa0d563b5f341caa86dd3f3acc8f5cc (patch) | |
tree | 781f27a5e7e92463767b94f1fa6ebcb6e603461c /src/lib/libcrypto/Symbols.namespace | |
parent | 677a66d025419307bc6e760f1bcd514a0f43a3fd (diff) | |
download | openbsd-2c5808653fa0d563b5f341caa86dd3f3acc8f5cc.tar.gz openbsd-2c5808653fa0d563b5f341caa86dd3f3acc8f5cc.tar.bz2 openbsd-2c5808653fa0d563b5f341caa86dd3f3acc8f5cc.zip |
Remove BIO_set()
This used to be a dangerous implementation detail of BIO_new() that was
never used outside of libcrypto.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 430c11636e..e97629108a 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1145,7 +1145,6 @@ _libre_BIO_s_file | |||
1145 | _libre_BIO_new_file | 1145 | _libre_BIO_new_file |
1146 | _libre_BIO_new_fp | 1146 | _libre_BIO_new_fp |
1147 | _libre_BIO_new | 1147 | _libre_BIO_new |
1148 | _libre_BIO_set | ||
1149 | _libre_BIO_free | 1148 | _libre_BIO_free |
1150 | _libre_BIO_up_ref | 1149 | _libre_BIO_up_ref |
1151 | _libre_BIO_get_data | 1150 | _libre_BIO_get_data |