commit | c730ed3f2ddf9c160909a7ce7aab6183155f2585 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 10:38:50 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 10:38:50 2015 +0100 |
tree | 3ec92cd1a460570acbd470fb89e47cd44e14e9bd | |
parent | 3eb50fa59140dc5e69e59f474dd04ed8f0c9e1b7 [diff] [blame] |
Rename boolean functions to be clearer
diff --git a/include/mbedtls/padlock.h b/include/mbedtls/padlock.h index c381583..6ef0d5a 100644 --- a/include/mbedtls/padlock.h +++ b/include/mbedtls/padlock.h
@@ -55,7 +55,7 @@ * * \return 1 if CPU has support for the feature, 0 otherwise */ -int mbedtls_padlock_supports( int feature ); +int mbedtls_padlock_has_support( int feature ); /** * \brief PadLock AES-ECB block en(de)cryption