Merge pull request #4537 from daverodgman/padlock-docs-fix-2.x

2.x backport: Fix docs for mbedtls_padlock_has_support
This commit is contained in:
Dave Rodgman 2021-05-19 12:12:39 +01:00 committed by GitHub
commit f6de5d99f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ extern "C" {
*
* \param feature The feature to detect
*
* \return 1 if CPU has support for the feature, 0 otherwise
* \return non-zero if CPU has support for the feature, 0 otherwise
*/
int mbedtls_padlock_has_support( int feature );