diff options
author | Matt Caswell <matt@openssl.org> | 2023-04-25 15:05:11 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2023-04-27 18:03:33 +0200 |
commit | 476e06eb1635a4cc9419da090d23fde9fed5a693 (patch) | |
tree | c1132222d273e6526fa9dfd5fdd46bb37d26c396 /doc | |
parent | Ensure that the SSL_rstate_string*() API works as they used to (diff) | |
download | openssl-476e06eb1635a4cc9419da090d23fde9fed5a693.tar.xz openssl-476e06eb1635a4cc9419da090d23fde9fed5a693.zip |
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)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man3/SSL_rstate_string.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/man3/SSL_rstate_string.pod b/doc/man3/SSL_rstate_string.pod index 2c0cf560e4..46680a0ef6 100644 --- a/doc/man3/SSL_rstate_string.pod +++ b/doc/man3/SSL_rstate_string.pod @@ -42,10 +42,6 @@ The header of the record is being evaluated. The body of the record is being evaluated. -=item "RD"/"read done" - -The record has been completely processed. - =item "unknown"/"unknown" The read state is unknown. This should never happen. |