[Pkg-javascript-commits] [node-asn1.js] 06/07: Use local copy of rfc package
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 12:19:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-asn1.js.
commit 9e5ff14b9d6951fc3f74cf7a685d051199b7956d
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Nov 9 12:20:05 2017 +0100
Use local copy of rfc package
do not use other package
Forwarded: no
---
rfc/2560/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rfc/2560/index.js b/rfc/2560/index.js
index b441b13..474f360 100644
--- a/rfc/2560/index.js
+++ b/rfc/2560/index.js
@@ -1,7 +1,7 @@
'use strict';
const asn1 = require('asn1.js');
-const rfc5280 = require('asn1.js-rfc5280');
+const rfc5280 = require('../../rfc/5280');
const OCSPRequest = asn1.define('OCSPRequest', function() {
this.seq().obj(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git
More information about the Pkg-javascript-commits
mailing list