]> 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:27:11 +0000 (12:27 +0200)
commit07e70f951e7c4618b4a275d60f7410f77999f92a
treefe2165a44b2512ff46a3cd7d787adc61dcfb0962
parent34063dff6016cab201bbc12ca34e33d64f678dbb
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/28578)
doc/man3/DEFINE_STACK_OF.pod