Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no static mbedcrypto installed #221

Closed
benoitOpenBSD opened this issue Jul 24, 2015 · 1 comment
Closed

no static mbedcrypto installed #221

benoitOpenBSD opened this issue Jul 24, 2015 · 1 comment

Comments

@benoitOpenBSD
Copy link

Hi,

There is a problem in library/CMakeLists.txt if you want to install libmbedcrypto.a :

--- library/CMakeLists.txt.orig Fri Jul 24 11:41:05 2015
+++ library/CMakeLists.txt      Fri Jul 24 11:44:05 2015
@@ -131,7 +131,7 @@
     set_target_properties(${mbedtls_static_target} PROPERTIES OUTPUT_NAME mbedtls)
     target_link_libraries(${mbedtls_static_target} ${libs} ${mbedx509_static_target})

-    install(TARGETS ${mbedtls_static_target} ${mbedx509_static_target} ${mbedcrypt_static_target}
+    install(TARGETS ${mbedtls_static_target} ${mbedx509_static_target} ${mbedcrypto_static_target}
             DESTINATION ${LIB_INSTALL_DIR}
             PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
 endif(USE_STATIC_MBEDTLS_LIBRARY)

Cheers,
benoit

@mpg
Copy link
Contributor

mpg commented Jul 24, 2015

Aw, that's embarrassing. Patch applied, thanks for your report!

@mpg mpg closed this as completed in 6f42417 Jul 24, 2015
gilles-peskine-arm added a commit to gilles-peskine-arm/mbedtls that referenced this issue Sep 3, 2019
…_comments-20190813

SE keys: fix psa_destroy_key; add Github issue numbers for missing code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants