From 476e06eb1635a4cc9419da090d23fde9fed5a693 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 25 Apr 2023 14:05:11 +0100 Subject: [PATCH] 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 Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20827) --- doc/man3/SSL_rstate_string.pod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/man3/SSL_rstate_string.pod b/doc/man3/SSL_rstate_string.pod index 2c0cf560e4d..46680a0ef62 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. -- 2.47.3