Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-06-11 00:52:40 +0300
committerAdam Langley <agl@google.com>2015-06-11 01:06:01 +0300
commit3a9e1fba0e3bcf014caa2df143a70475068447dc (patch)
treef0eb990928686a372c7c7ad32f2a7b60bc900e48 /include/openssl/md4.h
parent2b23eaa478aa533a93dca93c33e51de07afcbf96 (diff)
Correct various documentation typos
Some of the documentation had the right explanation but the incorrect function names attached. Change-Id: I7b479dae6d71a5ac7bc86df5a3890508c3b3d09f Reviewed-on: https://boringssl-review.googlesource.com/5090 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/md4.h')
-rw-r--r--include/openssl/md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/md4.h b/include/openssl/md4.h
index ce4fa99b..dbf74306 100644
--- a/include/openssl/md4.h
+++ b/include/openssl/md4.h
@@ -71,7 +71,7 @@ extern "C" {
/* MD4_DIGEST_LENGTH is the length of an MD4 digest. */
#define MD4_DIGEST_LENGTH 16
-/* MD41_Init initialises |md4| and returns one. */
+/* MD4_Init initialises |md4| and returns one. */
OPENSSL_EXPORT int MD4_Init(MD4_CTX *md4);
/* MD4_Update adds |len| bytes from |data| to |md4| and returns one. */