Added the asn1-patch file
This commit is contained in:
parent
e1206a4f55
commit
abfc33a706
1 changed files with 10 additions and 0 deletions
10
patches/asn1-fix.patch
Normal file
10
patches/asn1-fix.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
@@ -1,8 +1,4 @@
|
||||||
|
-try {
|
||||||
|
- var asn1 = require('asn1.js');
|
||||||
|
-} catch (e) {
|
||||||
|
- var asn1 = require('../..');
|
||||||
|
-}
|
||||||
|
+var asn1 = require('asn1.js');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* RFC5280 X509 and Extension Definitions
|
||||||
Loading…
Add table
Add a link
Reference in a new issue