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

hide the ASCII_ARMOR symbol #30

Merged
merged 1 commit into from
Oct 25, 2021
Merged

hide the ASCII_ARMOR symbol #30

merged 1 commit into from
Oct 25, 2021

Conversation

jcreekmore
Copy link
Owner

@jcreekmore jcreekmore commented Oct 25, 2021

There appears to be some interaction between once_cell and the 32-bit
toolchain for windows that is causing the ASCII_ARMOR symbol to be
mis-linked. To work around the issue reported in #29, hide the
ASCII_ARMOR symbol inside of a function so that it is not even
crate-wide available but is only available inside the function. Closes #29.

There appears to be some interaction between once_cell and the 32-bit
toolchain for windows that is causing the ASCII_ARMOR symbol to be
mis-linked. To work around the issue reported in #29, hide the
ASCII_ARMOR symbol inside of a function so that it is not even
crate-wide available but is only available inside the function.
@jcreekmore jcreekmore merged commit 5fa4dbd into master Oct 25, 2021
@jcreekmore jcreekmore deleted the refactor-ascii-armor branch October 25, 2021 18:19
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.

Linker error while compiling cryptography-rust
1 participant