commit | 1685368408dc8cbb8a26e22c39fb3f2cdf1c76dc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 11:12:02 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 14:42:04 2015 +0200 |
tree | b2fd4f1c12f9cf51a756611232bbcff68f18600c | |
parent | 7b6dcbe99328e18e1813298001f200d08dd0fe71 [diff] [blame] |
Rationalize snprintf() usage in X.509 modules
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 4f43018..cb5a697 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -72,7 +72,7 @@ * Name ID Nr of Errors * PEM 1 9 * PKCS#12 1 4 (Started from top) - * X509 2 18 + * X509 2 19 * PKCS5 2 4 (Started from top) * DHM 3 9 * PK 3 14 (Started from top)