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/digest.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/digest.h')
-rw-r--r--include/openssl/digest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/digest.h b/include/openssl/digest.h
index 76d66776..291a5487 100644
--- a/include/openssl/digest.h
+++ b/include/openssl/digest.h
@@ -76,6 +76,7 @@ extern "C" {
* The following functions return |EVP_MD| objects that implement the named hash
* function. */
+OPENSSL_EXPORT const EVP_MD *EVP_md4(void);
OPENSSL_EXPORT const EVP_MD *EVP_md5(void);
OPENSSL_EXPORT const EVP_MD *EVP_sha1(void);
OPENSSL_EXPORT const EVP_MD *EVP_sha224(void);