summaryrefslogtreecommitdiff
path: root/providers
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-09 12:00:54 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:12 +0100
commit50023e9b7e2253c27e1a731c8bace64224aae0b8 (patch)
treefba8d1d43e97c4d272f6f4a706ac0f38bab5fe32 /providers
parent79eebb08434e31aede316d934b53e4096c131b8f (diff)
downloadopenssl-new-50023e9b7e2253c27e1a731c8bace64224aae0b8.tar.gz
Move protocol version specific code into separate files
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/macs/hmac_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/macs/hmac_prov.c b/providers/implementations/macs/hmac_prov.c
index 52ebb08b8f..f18299315f 100644
--- a/providers/implementations/macs/hmac_prov.c
+++ b/providers/implementations/macs/hmac_prov.c
@@ -59,7 +59,7 @@ struct hmac_data_st {
size_t tls_mac_out_size;
};
-/* Defined in ssl/s3_cbc.c */
+/* Defined in ssl/record/methods/ssl3_cbc.c */
int ssl3_cbc_digest_record(const EVP_MD *md,
unsigned char *md_out,
size_t *md_out_size,