From 1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13 Mon Sep 17 00:00:00 2001 From: Weiguo Li Date: Wed, 9 Feb 2022 16:12:30 +0800 Subject: Fix outdated comments Update the comment "../md32_common.h" to "crypto/md32_common.h". CLA: trivial Signed-off-by: Weiguo Li Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/17670) --- crypto/sha/sha1dgst.c | 2 +- crypto/sha/sha512.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index 65d7e62e58..4c0c7a0fe4 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -20,7 +20,7 @@ #include #include -/* The implementation is in ../md32_common.h */ +/* The implementation is in crypto/md32_common.h */ #include "sha_local.h" #include "crypto/sha.h" diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index 9600b370b4..154b79745b 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -25,7 +25,7 @@ * on [aligned] data in host byte order and one - on data in input * stream byte order; * - share common byte-order neutral collector and padding function - * implementations, ../md32_common.h; + * implementations, crypto/md32_common.h; * * Neither of the above applies to this SHA-512 implementations. Reasons * [in reverse order] are: -- cgit v1.2.3