summaryrefslogtreecommitdiff
path: root/thirdparty/mbedtls/include/mbedtls/md2.h
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-12-20 12:46:03 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-12-20 13:58:54 +0100
commit36d316876bd29a9157be08d51803c0f6277deb47 (patch)
tree6244d3f57e7faf4cd41496ab875fa315c7519194 /thirdparty/mbedtls/include/mbedtls/md2.h
parent71616630e033670dc90c5d87fb65b758877f8ea1 (diff)
Bump mbedtls to 2.16.12
Remove upstreamed patches. Re-apply padlock and uwp patches. NOTE: We could replace our padloack patch with mbedtls 3452.
Diffstat (limited to 'thirdparty/mbedtls/include/mbedtls/md2.h')
-rw-r--r--thirdparty/mbedtls/include/mbedtls/md2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/md2.h b/thirdparty/mbedtls/include/mbedtls/md2.h
index 9607df66ba..72982007ef 100644
--- a/thirdparty/mbedtls/include/mbedtls/md2.h
+++ b/thirdparty/mbedtls/include/mbedtls/md2.h
@@ -63,7 +63,8 @@
#include <stddef.h>
/* MBEDTLS_ERR_MD2_HW_ACCEL_FAILED is deprecated and should not be used. */
-#define MBEDTLS_ERR_MD2_HW_ACCEL_FAILED -0x002B /**< MD2 hardware accelerator failed */
+/** MD2 hardware accelerator failed */
+#define MBEDTLS_ERR_MD2_HW_ACCEL_FAILED -0x002B
#ifdef __cplusplus
extern "C" {