We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615d54 commit 7c7c29eCopy full SHA for 7c7c29e
include/mbedtls/error.h
@@ -71,7 +71,7 @@
71
* CHACHA20 1 0x0051-0x0051
72
* POLY1305 1 0x0057-0x0057
73
* CHACHAPOLY 2 0x0054-0x0056
74
- * PLATFORM 1 0x0070-0x0082
+ * PLATFORM 1 0x0070-0x0072
75
*
76
* High-level module nr (3 bits - 0x0...-0x7...)
77
* Name ID Nr of Errors
include/mbedtls/platform.h
@@ -44,7 +44,7 @@
44
#endif
45
46
#define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070 /**< Hardware accelerator failed */
47
-#define MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED -0x0082 /**< The requested feature is not supported by the platform */
+#define MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED -0x0072 /**< The requested feature is not supported by the platform */
48
49
#ifdef __cplusplus
50
extern "C" {
0 commit comments