mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 15:22:40 +00:00
Update ssh2+1.5.0.patch
This commit is contained in:
parent
9fe8d2a7df
commit
f38f9882f8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ index 9860e3f..ee82e51 100644
|
|||
} = require('crypto');
|
||||
+const { createVerify: createVerifyDSS } = require('browserify-sign')
|
||||
const supportedOpenSSLCiphers = getCiphers();
|
||||
|
||||
|
||||
const { Ber } = require('asn1');
|
||||
@@ -404,6 +405,17 @@ const BaseKey = {
|
||||
return new Error('No public key available');
|
||||
|
|
Loading…
Reference in a new issue