Rename include directory to mbedtls

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-09 17:05:11 +00:00
parent 129db08c90
commit 7f8099773e
250 changed files with 908 additions and 908 deletions

2
include/.gitignore vendored
View file

@ -1,4 +1,4 @@
Makefile
*.sln
*.vcxproj
polarssl/check_config
mbedtls/check_config

View file

@ -2,10 +2,10 @@ option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
if(INSTALL_MBEDTLS_HEADERS)
file(GLOB headers "polarssl/*.h")
file(GLOB headers "mbedtls/*.h")
install(FILES ${headers}
DESTINATION include/polarssl
DESTINATION include/mbedtls
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
endif(INSTALL_MBEDTLS_HEADERS)

View file

@ -75,7 +75,7 @@
* Used in:
* library/timing.c
* library/padlock.c
* include/polarssl/bn_mul.h
* include/mbedtls/bn_mul.h
*
* Comment to disable the use of assembly code.
*/