We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running pkg-config --variable proxy_module p11-kit-1 should give the name of the p11-kit-proxy provider DSO.
pkg-config --variable proxy_module p11-kit-1
It seems to be hard-coded to use the .so prefix though, not .dylib on MacOS as it should be. (Or .dll if/when we support building on Windows)
.so
.dylib
.dll
Spotted as it was being worked around in smallstep/crypto#260
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running
pkg-config --variable proxy_module p11-kit-1
should give the name of the p11-kit-proxy provider DSO.It seems to be hard-coded to use the
.so
prefix though, not.dylib
on MacOS as it should be. (Or.dll
if/when we support building on Windows)Spotted as it was being worked around in smallstep/crypto#260
The text was updated successfully, but these errors were encountered: