From abfc33a7069a32aed4bb90ac982e41bff3ffbe80 Mon Sep 17 00:00:00 2001 From: Sebastiaan Pasma Date: Wed, 6 Jun 2018 13:15:17 +0200 Subject: [PATCH] Added the asn1-patch file --- patches/asn1-fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/asn1-fix.patch diff --git a/patches/asn1-fix.patch b/patches/asn1-fix.patch new file mode 100644 index 000000000..c78e30712 --- /dev/null +++ b/patches/asn1-fix.patch @@ -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