mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
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)
This commit is contained in:
parent
73bac6e280
commit
476e06eb16
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user