CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/16 07:40:19
Modified files:
lib/libcrypto/bio: bio_lib.c
Log message:
Inline and disable BIO_set().
BIO_set() is a dangerous function that cannot be used safely. Thankfully,
the only consumer is BIO_new(), hence inline the functionality and disable
the BIO_set() function (for complete removal in the near future).
ok tb@
