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/hidden/openssl | |
| 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/hidden/openssl')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index 4d7577a2fe..425d1e2941 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.6 2024/03/02 09:21:24 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.7 2024/03/02 09:22:41 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -68,7 +68,6 @@ LCRYPTO_USED(BIO_s_file); | |||
| 68 | LCRYPTO_USED(BIO_new_file); | 68 | LCRYPTO_USED(BIO_new_file); |
| 69 | LCRYPTO_USED(BIO_new_fp); | 69 | LCRYPTO_USED(BIO_new_fp); |
| 70 | LCRYPTO_USED(BIO_new); | 70 | LCRYPTO_USED(BIO_new); |
| 71 | LCRYPTO_USED(BIO_set); | ||
| 72 | LCRYPTO_USED(BIO_free); | 71 | LCRYPTO_USED(BIO_free); |
| 73 | LCRYPTO_USED(BIO_up_ref); | 72 | LCRYPTO_USED(BIO_up_ref); |
| 74 | LCRYPTO_USED(BIO_get_data); | 73 | LCRYPTO_USED(BIO_get_data); |
