diff options
| author | tb <> | 2024-03-02 09:22:41 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:22:41 +0000 |
| commit | 28e50f56084f402001d1ee8df4967be93ce296e1 (patch) | |
| tree | 781f27a5e7e92463767b94f1fa6ebcb6e603461c /src/lib/libcrypto/Symbols.namespace | |
| parent | 3be324ad741698effde1f32fdbee99994ab576d2 (diff) | |
| download | openbsd-28e50f56084f402001d1ee8df4967be93ce296e1.tar.gz openbsd-28e50f56084f402001d1ee8df4967be93ce296e1.tar.bz2 openbsd-28e50f56084f402001d1ee8df4967be93ce296e1.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 |
