commit | 7e8a6fb78ca8e2b0fa4bbf37dfc19c78e0cdb37f | [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 14:28:28 2016 +0100 |
tree | 27d551f4031a4a7ddbf6af045252380af9597d3e | |
parent | a0ed709f05c41f321bbe3ed76779c7f047c293c4 [diff] [blame] |
Fix minor doc issue
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 67c62b7..96643eb 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -976,7 +976,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 */