commit | 0b98d2f0862aa8daa35fd1e1feed97e7fdd45335 | [log] [tgz] |
---|---|---|
author | Attila Molnar <attilamolnar@hush.com> | Mon May 02 11:06:47 2016 +0200 |
committer | Attila Molnar <attilamolnar@hush.com> | Mon May 02 11:06:47 2016 +0200 |
tree | b46babae1081ec84074ee18369b50781c03e38fd | |
parent | 45732c7cac9cd9fc6ce0892f1f0ea6b74e6ab6de [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 */