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

fix inccorect export of aws_symmetric_cipher_get_state #185

Merged
merged 1 commit into from
May 9, 2024

Conversation

sbiscigl
Copy link
Contributor

@sbiscigl sbiscigl commented May 9, 2024

Description of changes:

fixes a silly mistake i made in pull/184 where i made the declaration outside of the scope of AWS_EXTERN_C_END which causes the following linker error when used.

Undefined symbols for architecture arm64:
  ....
   NOTE: found '_aws_symmetric_cipher_get_state' in libaws-c-cal.1.0.0.dylib, declaration possibly missing 'extern "C"'
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sbiscigl sbiscigl merged commit 96c47e3 into main May 9, 2024
38 checks passed
@sbiscigl sbiscigl deleted the fix-state-api branch May 9, 2024 15:57
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

Successfully merging this pull request may close these issues.

2 participants