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

aesni.h and c++ linker error #180

Closed
azadkuh opened this issue Feb 24, 2015 · 1 comment
Closed

aesni.h and c++ linker error #180

azadkuh opened this issue Feb 24, 2015 · 1 comment

Comments

@azadkuh
Copy link

azadkuh commented Feb 24, 2015

please add c-linkage to aesni.h:

#ifdef __cplusplus
extern "C" {
#endif

// ...

#ifdef __cplusplus
}
#endif

almost all other *.h files have this name-mangling protection.

@mpg
Copy link
Contributor

mpg commented Mar 10, 2015

Fixed. Thanks for your report!

@mpg mpg closed this as completed Mar 10, 2015
gilles-peskine-arm pushed a commit to gilles-peskine-arm/mbedtls that referenced this issue Sep 3, 2019
PSA Storage: Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs
hanno-becker pushed a commit to hanno-becker/mbedtls that referenced this issue Apr 19, 2021
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