From 28e50f56084f402001d1ee8df4967be93ce296e1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 09:22:41 +0000 Subject: Remove BIO_set() This used to be a dangerous implementation detail of BIO_new() that was never used outside of libcrypto. ok jsing --- src/lib/libcrypto/hidden/openssl/bio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/hidden') 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 @@ -/* $OpenBSD: bio.h,v 1.6 2024/03/02 09:21:24 tb Exp $ */ +/* $OpenBSD: bio.h,v 1.7 2024/03/02 09:22:41 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -68,7 +68,6 @@ LCRYPTO_USED(BIO_s_file); LCRYPTO_USED(BIO_new_file); LCRYPTO_USED(BIO_new_fp); LCRYPTO_USED(BIO_new); -LCRYPTO_USED(BIO_set); LCRYPTO_USED(BIO_free); LCRYPTO_USED(BIO_up_ref); LCRYPTO_USED(BIO_get_data); -- cgit v1.2.3-55-g6feb