mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 15:17:17 +00:00
.
This commit is contained in:
parent
c7e3ab42d9
commit
3bda4a9871
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…
Add table
Reference in a new issue