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 error support clang #519

Closed
wants to merge 1 commit into from
Closed

fix error support clang #519

wants to merge 1 commit into from

Conversation

sgzGary
Copy link

@sgzGary sgzGary commented Sep 25, 2024

I meet problems like this when I use clang:
[ 172s] ssh-ecdsa.c:267:6: error: call to undeclared function 'is_ecdsa_pkcs11'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
[ 172s] 267 | if (is_ecdsa_pkcs11(key->ecdsa)) {
[ 172s] | ^
[ 172s] 1 warning and 1 error generated.
so i need to add head support

@djmdjm
Copy link
Contributor

djmdjm commented Sep 26, 2024

I don't know what you are doing but there is no function is_ecdsa_pkcs11() in OpenSSH. Maybe you are using some third-party patch? If so, you need to send this to the patch authors.

@sgzGary sgzGary closed this Sep 26, 2024
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