summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-11-02 15:27:09 +0000
committerHugo Landau <hlandau@openssl.org>2022-11-14 07:51:26 +0000
commit22094d11a780f7485f0929ccfac806e0d02f82a9 (patch)
treea687d020ba1a12d2b39f96004790a0d728ab0fd6 /util
parente9189cc4af045523f91b2d9265add1ab1326fcdf (diff)
downloadopenssl-new-22094d11a780f7485f0929ccfac806e0d02f82a9.tar.gz
Rename SSL3_RECORD to TLS_RL_RECORD
The SSL3 prefix no longer seems appropriate. We choose TLS_RL_RECORD instead of TLS_RECORD because that type already exists elsewhere. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19586)
Diffstat (limited to 'util')
-rw-r--r--util/indent.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/indent.pro b/util/indent.pro
index 66bb4a05e1..f580b7ea5b 100644
--- a/util/indent.pro
+++ b/util/indent.pro
@@ -384,7 +384,7 @@
-T TLS_BUFFER
-T SSL3_COMP
-T SSL3_ENC_METHOD
--T SSL3_RECORD
+-T TLS_RL_RECORD
-T SSL3_STATE
-T SSL_CIPHER
-T SSL_COMP