]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct the documentation for OPENSSL_sk_find
authorBob Beck <beck@openssl.org>
Tue, 16 Sep 2025 21:30:31 +0000 (15:30 -0600)
committerTomas Mraz <tomas@openssl.org>
Wed, 24 Sep 2025 10:24:46 +0000 (12:24 +0200)
commit8a46f8a9d7dbd7d19cd3942b386580911319d99b
treea1b08e92cb958a502734f77816b141a200c8cf52
parent1e70e8080a5b8766cb5f8b81127f90db9081e856
Correct the documentation for OPENSSL_sk_find

Since April of 2023 with commit eb0935f, these functions have not
sorted the stack if it was not sorted. The documentation was noti
changed at the time to reflect this changed behaviour.

This corrects the documentation to reflect the current behaviour
of these functions

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28532)
doc/man3/DEFINE_STACK_OF.pod