diff options
| author | tb <> | 2024-03-02 09:21:24 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:21:24 +0000 |
| commit | 3be324ad741698effde1f32fdbee99994ab576d2 (patch) | |
| tree | bc093c85c2fafa33035ab2593c9be9c1a640267a /src/lib/libcrypto/hidden/openssl | |
| parent | 624e55f48614f7c5aaa62d91eee54f0862c62db0 (diff) | |
| download | openbsd-3be324ad741698effde1f32fdbee99994ab576d2.tar.gz openbsd-3be324ad741698effde1f32fdbee99994ab576d2.tar.bz2 openbsd-3be324ad741698effde1f32fdbee99994ab576d2.zip | |
Remove BIO_dump_*{cb,fp}()
These were disabled and the internals that need to remain were fixed.
Time for this garbage to go.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index 6166471306..4d7577a2fe 100644 --- a/src/lib/libcrypto/hidden/openssl/bio.h +++ b/src/lib/libcrypto/hidden/openssl/bio.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bio.h,v 1.5 2024/03/02 09:18:28 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.6 2024/03/02 09:21:24 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -118,8 +118,6 @@ LCRYPTO_USED(BIO_fd_should_retry); | |||
| 118 | LCRYPTO_USED(BIO_fd_non_fatal_error); | 118 | LCRYPTO_USED(BIO_fd_non_fatal_error); |
| 119 | LCRYPTO_USED(BIO_dump); | 119 | LCRYPTO_USED(BIO_dump); |
| 120 | LCRYPTO_USED(BIO_dump_indent); | 120 | LCRYPTO_USED(BIO_dump_indent); |
| 121 | LCRYPTO_USED(BIO_dump_fp); | ||
| 122 | LCRYPTO_USED(BIO_dump_indent_fp); | ||
| 123 | LCRYPTO_USED(BIO_gethostbyname); | 121 | LCRYPTO_USED(BIO_gethostbyname); |
| 124 | LCRYPTO_USED(BIO_sock_error); | 122 | LCRYPTO_USED(BIO_sock_error); |
| 125 | LCRYPTO_USED(BIO_socket_ioctl); | 123 | LCRYPTO_USED(BIO_socket_ioctl); |
