From: Weiguo Li Date: Wed, 9 Feb 2022 08:12:30 +0000 (+0800) Subject: Fix outdated comments X-Git-Tag: openssl-3.2.0-alpha1~2956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13;p=thirdparty%2Fopenssl.git 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) --- diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index 65d7e62e58e..4c0c7a0fe49 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 9600b370b48..154b79745bd 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: