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:
authorAdam Langley <agl@chromium.org>2014-08-22 22:06:14 +0400
committerAdam Langley <agl@google.com>2014-08-27 01:51:48 +0400
commitc9eb7eac86a3f07bf23b35b7ce24382e158056fc (patch)
treec6468a0a76286c9724929ab3888b9a73b821d747 /include/openssl/md5.h
parent8da990677b852daff3f6e4a10d9c80c7b4822a06 (diff)
Readd MD4.
Sadly this is needed by wpa_supplicant for NTLM hashes. Change-Id: I1c362c676a11ee01f301ff6fbd33d0669396ea23 Reviewed-on: https://boringssl-review.googlesource.com/1620 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/md5.h')
-rw-r--r--include/openssl/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/md5.h b/include/openssl/md5.h
index dc800c05..efedc983 100644
--- a/include/openssl/md5.h
+++ b/include/openssl/md5.h
@@ -72,7 +72,7 @@ extern "C" {
/* MD5_DIGEST_LENGTH is the length of an MD5 digest. */
#define MD5_DIGEST_LENGTH 16
-/* MD51_Init initialises |md5| and returns 1. */
+/* MD51_Init initialises |md5| and returns one. */
OPENSSL_EXPORT int MD5_Init(MD5_CTX *md5);
/* MD5_Update adds |len| bytes from |data| to |md5| and returns one. */