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/aesni.c b/library/aesni.c index 9982b3b..2165de7 100644 --- a/library/aesni.c +++ b/library/aesni.c
@@ -46,7 +46,7 @@ /* * AES-NI support detection routine */ -int mbedtls_aesni_supports( unsigned int what ) +int mbedtls_aesni_has_support( unsigned int what ) { static int done = 0; static unsigned int c = 0;