[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Feb 10 12:53:54 UTC 2022


The branch master has been updated
       via  1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13 (commit)
      from  0fdb31669f88cbf5d63ba16d82d95c6c84575dc0 (commit)


- Log -----------------------------------------------------------------
commit 1cc94e2fa7fd1d5c24ad4cc01f363ff9ba5a4f13
Author: Weiguo Li <liwg06 at foxmail.com>
Date:   Wed Feb 9 16:12:30 2022 +0800

    Fix outdated comments
    
    Update the comment "../md32_common.h" to "crypto/md32_common.h".
    
    CLA: trivial
    
    Signed-off-by: Weiguo Li <liwg06 at foxmail.com>
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/17670)

-----------------------------------------------------------------------

Summary of changes:
 crypto/sha/sha1dgst.c | 2 +-
 crypto/sha/sha512.c   | 2 +-
 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:


More information about the openssl-commits mailing list