summaryrefslogtreecommitdiff
path: root/include/mbedtls/error.h
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2018-05-09 09:54:51 +0200
committerManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2018-05-24 13:37:31 +0200
commitb8bd80aa026f9e84b267eb155b910b0d09526c27 (patch)
treed432c04b273c6ef5ac5e35c186e4050a20633041 /include/mbedtls/error.h
parent5ef92d309a759d9d2acdaf613021d7bfc66d6241 (diff)
Add FEATURE_NOT_AVAILABLE error codes.
Diffstat (limited to 'include/mbedtls/error.h')
-rw-r--r--include/mbedtls/error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h
index e056975a..21fa9fce 100644
--- a/include/mbedtls/error.h
+++ b/include/mbedtls/error.h
@@ -76,9 +76,9 @@
* SHA1 1 0x0035-0x0035
* SHA256 1 0x0037-0x0037
* SHA512 1 0x0039-0x0039
- * CHACHA20 1 0x003B-0x003B
- * POLY1305 1 0x0041-0x0041
- * CHACHAPOLY 2 0x0047-0x0049
+ * CHACHA20 2 0x0053-0x0055
+ * POLY1305 2 0x0057-0x0059
+ * CHACHAPOLY 4 0x0054-0x005A
*
* High-level module nr (3 bits - 0x0...-0x7...)
* Name ID Nr of Errors