summaryrefslogtreecommitdiff
path: root/crypto/sha
diff options
context:
space:
mode:
authorWeiguo Li <liwg06@foxmail.com>2022-02-09 16:12:30 +0800
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-02-10 13:52:17 +0100
commit1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13 (patch)
tree201abdee4bac9fc71c6def4a062a7d7c17b90c00 /crypto/sha
parent0fdb31669f88cbf5d63ba16d82d95c6c84575dc0 (diff)
downloadopenssl-new-1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13.tar.gz
Fix outdated comments
Update the comment "../md32_common.h" to "crypto/md32_common.h". CLA: trivial Signed-off-by: Weiguo Li <liwg06@foxmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/17670)
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha1dgst.c2
-rw-r--r--crypto/sha/sha512.c2
2 files changed, 2 insertions, 2 deletions
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 <openssl/evp.h>
#include <openssl/sha.h>
-/* 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: