Fix outdated comments
authorWeiguo Li <liwg06@foxmail.com>
Wed, 9 Feb 2022 08:12:30 +0000 (16:12 +0800)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 10 Feb 2022 12:52:17 +0000 (13:52 +0100)
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)

crypto/sha/sha1dgst.c
crypto/sha/sha512.c

index 65d7e62e58e782780b87a4a12ac8264adff5ef19..4c0c7a0fe499a0a98934e0ac1d907409477b60d0 100644 (file)
@@ -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"
index 9600b370b485911591aaabbb054515f9c86154fb..154b79745bd31521ceb469fe4c72419492eff911 100644 (file)
@@ -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: