CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 02:22:41
Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bio: bio.h bio_lib.c lib/libcrypto/hidden/openssl: bio.h Log message: Remove BIO_set() This used to be a dangerous implementation detail of BIO_new() that was never used outside of libcrypto. ok jsing