Correct the SSL_rstate_string*() APIs to match reality
authorMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2023 13:05:11 +0000 (14:05 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Apr 2023 16:03:33 +0000 (17:03 +0100)
commit476e06eb1635a4cc9419da090d23fde9fed5a693
treec1132222d273e6526fa9dfd5fdd46bb37d26c396
parent73bac6e28014bfecc322c67aa8b09077e34da299
Correct the SSL_rstate_string*() APIs to match reality

The docs mentioned a "RD"/"read done" state that could be returned.
In practice that never happened, so update the docs to match
reality.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20827)
doc/man3/SSL_rstate_string.pod