summaryrefslogtreecommitdiffstats
path: root/test/tls13secretstest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-10-17 16:33:40 +0100
committerMatt Caswell <matt@openssl.org>2022-10-20 14:39:33 +0100
commitb92fc4ae189fb0d5b0a2f34bc28e59cd7e1eed5a (patch)
treef5e0121ac2d8632d316b7e780dc3ce4996c2961d /test/tls13secretstest.c
parente158ada6a74e5903354fdd5a6f56a32bbbba69fd (diff)
Remove some redundant code
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19424)
Diffstat (limited to 'test/tls13secretstest.c')
-rw-r--r--test/tls13secretstest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/tls13secretstest.c b/test/tls13secretstest.c
index dbd6c8e7d2..923e713c00 100644
--- a/test/tls13secretstest.c
+++ b/test/tls13secretstest.c
@@ -157,10 +157,6 @@ const EVP_MD *ssl_handshake_md(SSL_CONNECTION *s)
return EVP_sha256();
}
-void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl)
-{
-}
-
int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
const EVP_CIPHER **enc)
{