Remove unused MBEDTLS_ERR_SSL_UNKNOWN_CIPHER
The SSL error code MBEDTLS_ERR_SSL_UNKNOWN_CIPHER is unused.
Remove it for Mbed TLS 3.0 and leave a comment indicating the
gap in the error code space it creates.
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h
index 7936f6b..6b42b22 100644
--- a/include/mbedtls/error.h
+++ b/include/mbedtls/error.h
@@ -107,7 +107,7 @@
* SSL 5 2 (Started from 0x5F00)
* CIPHER 6 8 (Started from 0x6080)
* SSL 6 24 (Started from top, plus 0x6000)
- * SSL 7 32
+ * SSL 7 31 (Started from 0x7080, gap at 0x7300)
*
* Module dependent error code (5 bits 0x.00.-0x.F8.)
*/