[Pkg-javascript-commits] [node-asn1.js] 158/202: rfc5380: fix call to def()

Bastien Roucariès rouca at moszumanska.debian.org
Thu Apr 20 19:19:04 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 ae903490614fef3bf8ed4f4d1034607dbc3bb538
Author: Mark Wubben <mark at novemberborn.net>
Date:   Fri Mar 11 16:31:24 2016 +0000

    rfc5380: fix call to def()
---
 rfc/5280/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc/5280/index.js b/rfc/5280/index.js
index edbc019..cce0b9e 100644
--- a/rfc/5280/index.js
+++ b/rfc/5280/index.js
@@ -661,7 +661,7 @@ rfc5280.GeneralSubtrees = GeneralSubtrees;
 var GeneralSubtree = asn1.define('GeneralSubtree', function() {
   this.seq().obj(
     this.key('base').use(GeneralName),
-    this.key('minimum').default(0).use(BaseDistance),
+    this.key('minimum').def(0).use(BaseDistance),
     this.key('maximum').optional().use(BaseDistance)
   );
 });

-- 
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