mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Rename include directory to mbedtls
This commit is contained in:
parent
129db08c90
commit
7f8099773e
250 changed files with 908 additions and 908 deletions
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.
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue