commit | c7b8e3af53993c9546ad006d49be273507a1127b | [log] [tgz] |
---|---|---|
author | Attila Molnar <attilamolnar@hush.com> | Mon May 02 11:06:47 2016 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu May 05 17:50:17 2016 +0100 |
tree | edd103aa71d11b511bfd93322e8afeae04f12080 | |
parent | d58d715680157fa8281c67dd9ea2dd657b795368 [diff] [blame] |
Fix minor doc issue
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 1e6915a..fa7fbda 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -854,7 +854,7 @@ * pointers and data. * * \param ssl SSL context - * \return 0 if successful, or POLASSL_ERR_SSL_MALLOC_FAILED, + * \return 0 if successful, or MBEDTLS_ERR_SSL_ALLOC_FAILED, MBEDTLS_ERR_SSL_HW_ACCEL_FAILED or * MBEDTLS_ERR_SSL_COMPRESSION_FAILED */