CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/07 16:08:47
Modified files:
lib/libcrypto/bio: bio_lib.c
lib/libcrypto/man: BIO_push.3
Log message:
Improve the implementation of BIO_push(3) such that it changes nothing
and reports failure if a call would result in a cycle.
The algorithm used was originally suggested by jsing@.
Feedback and OK tb@.
