mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 22:36:29 +00:00
Rename include directory to mbedtls
This commit is contained in:
2
include/.gitignore
vendored
2
include/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
Makefile
|
||||
*.sln
|
||||
*.vcxproj
|
||||
polarssl/check_config
|
||||
mbedtls/check_config
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
Reference in New Issue
Block a user