diff options
| author | Kamil Rytarowski <n54@gmx.com> | 2018-12-08 01:50:18 +0000 |
|---|---|---|
| committer | Kamil Rytarowski <n54@gmx.com> | 2018-12-08 01:50:18 +0000 |
| commit | 9a087462cff369a7ede8637a0708f9cb16b82191 (patch) | |
| tree | 9bcb74fee84af615bafdb063a97a3f38ad55167b /lib/sanitizer_common/sanitizer_platform_interceptors.h | |
| parent | 086caf6a2f36acc7d49baf911f9ede758f593b85 (diff) | |
| download | compiler-rt-9a087462cff369a7ede8637a0708f9cb16b82191.tar.gz | |
Add interceptors for md5(3) from NetBSD
Summary:
MD5Init, MD5Update, MD5Final, MD5End, MD5File, MD5Data - calculates the
RSA Data Security, Inc., "MD5" message digest.
Add a dedicated test.
Reviewers: vitalybuka, joerg
Reviewed By: vitalybuka
Subscribers: kubamracek, llvm-commits, mgorny, #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D54993
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@348679 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_platform_interceptors.h')
| -rw-r--r-- | lib/sanitizer_common/sanitizer_platform_interceptors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/sanitizer_platform_interceptors.h b/lib/sanitizer_common/sanitizer_platform_interceptors.h index 00cf0d110..f97aaf9cb 100644 --- a/lib/sanitizer_common/sanitizer_platform_interceptors.h +++ b/lib/sanitizer_common/sanitizer_platform_interceptors.h @@ -538,5 +538,6 @@ #define SANITIZER_INTERCEPT_SHA1 SI_NETBSD #define SANITIZER_INTERCEPT_MD4 SI_NETBSD #define SANITIZER_INTERCEPT_RMD160 SI_NETBSD +#define SANITIZER_INTERCEPT_MD5 SI_NETBSD #endif // #ifndef SANITIZER_PLATFORM_INTERCEPTORS_H |
