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

Undefined class 'ECDSA' #1593

Closed
applibs opened this issue Jan 22, 2021 · 2 comments
Closed

Undefined class 'ECDSA' #1593

applibs opened this issue Jan 22, 2021 · 2 comments

Comments

@applibs
Copy link

applibs commented Jan 22, 2021

use phpseclib3\Crypt\ECDSA;

and

if ($key instanceof ECDSA)

@applibs applibs closed this as completed Jan 22, 2021
@terrafrost
Copy link
Member

That's in ./System/SSH/Agent/Identity.php. Should be $key instanceof EC - not $key instanceof ECDSA. Nice catch!

@terrafrost
Copy link
Member

1795b5d should fix this - thanks!

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