From 5dc84c29bf41020f6b7985454e3d3fcad5ee00a8 Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 30 Apr 2020 00:01:41 +0900 Subject: [PATCH] Latest update. --- ssl/ssl_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index 98cd866f..a57c7a82 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -2726,8 +2726,7 @@ __owur int ssl_log_secret(SSL *ssl, const char *label, /* s3_cbc.c */ __owur char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); -__owur int ssl3_cbc_digest_record(SSL *s, - const EVP_MD_CTX *ctx, +__owur int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, size_t *md_out_size, const unsigned char header[13],