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],