summaryrefslogtreecommitdiff
path: root/crypto/sha
diff options
context:
space:
mode:
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: