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/library/padlock.c b/library/padlock.c index e980d24..32654f9 100644 --- a/library/padlock.c +++ b/library/padlock.c
@@ -47,7 +47,7 @@ /* * PadLock detection routine */ -int mbedtls_padlock_supports( int feature ) +int mbedtls_padlock_has_support( int feature ) { static int flags = -1; int ebx = 0, edx = 0;