commit | 9cf91affa24147e0371134f2a4799dba3e479057 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed May 19 12:12:14 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed May 19 12:12:14 2021 +0100 |
tree | 10c0628dc0acf60f910a715ef53cfc7f6083a7a4 | |
parent | 0e3ec2759858508235b1be36667c43b7e2537bcc [diff] | |
parent | c1ae30a05e124569ce59c2dde60e71b3a8a3ce95 [diff] |
Merge pull request #4536 from daverodgman/padlock-docs-fix Fix docs for mbedtls_padlock_has_support
diff --git a/library/padlock.h b/library/padlock.h index 78dbeb6..4f4e400 100644 --- a/library/padlock.h +++ b/library/padlock.h
@@ -71,7 +71,7 @@ * * \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 );