commit | 6a8ca33fa571802db5b10d5c9041e7df1ec2ca25 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 28 09:33:39 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 28 16:25:05 2015 +0200 |
tree | 61134104bccb2e947c78bd858f01ae41875e3fe3 | |
parent | 160e3843608e66f16c764cea1832a0a40f11fbc9 [diff] [blame] |
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h index 9ff667e..15afaee 100644 --- a/include/mbedtls/rsa.h +++ b/include/mbedtls/rsa.h
@@ -626,7 +626,7 @@ * \param src Source context * * \return O on success, - * MBEDTLS_ERR_MPI_MALLOC_FAILED on memory allocation failure + * MBEDTLS_ERR_MPI_ALLOC_FAILED on memory allocation failure */ int mbedtls_rsa_copy( mbedtls_rsa_context *dst, const mbedtls_rsa_context *src );