diff options
author | tb <> | 2022-12-02 19:44:04 +0000 |
---|---|---|
committer | tb <> | 2022-12-02 19:44:04 +0000 |
commit | 1443fca68ffae5ceceac8fd474f197973e87d300 (patch) | |
tree | 5794ade176b91bfa4582fc50d6870cb255dba4ef /src/lib/libcrypto/man | |
parent | 491dd78777dac52aaab51fc26e3b929046e5005e (diff) | |
download | openbsd-1443fca68ffae5ceceac8fd474f197973e87d300.tar.gz openbsd-1443fca68ffae5ceceac8fd474f197973e87d300.tar.bz2 openbsd-1443fca68ffae5ceceac8fd474f197973e87d300.zip |
Revert bio_prev removal
As schwarze points out, you can pop any BIO in a chain, not just the first
one (bonus points for a great name for this API).
The internal doubly linked was used to fix up the BIO chain bio was part
of when you BIO_pop() a bio that wasn't in the first position, which is
explicitly allowed in our documentation and implied by OpenSSL's.
Diffstat (limited to 'src/lib/libcrypto/man')
0 files changed, 0 insertions, 0 deletions