aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-asn1/fix-authkeyid-tagging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-asn1/fix-authkeyid-tagging.patch')
-rw-r--r--main/lua-asn1/fix-authkeyid-tagging.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/lua-asn1/fix-authkeyid-tagging.patch b/main/lua-asn1/fix-authkeyid-tagging.patch
deleted file mode 100644
index 8e81bca2e9..0000000000
--- a/main/lua-asn1/fix-authkeyid-tagging.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/asn1/rfc5280.lua b/asn1/rfc5280.lua
-index 9c077ed..315383b 100644
---- a/asn1/rfc5280.lua
-+++ b/asn1/rfc5280.lua
-@@ -10,7 +10,7 @@ local M = {}
- M.KeyIdentifier = asn1.octet_string()
-
- M.AuthorityKeyIdentifier = asn1.sequence{
-- {'keyIdentifier', asn1.explicit(0, M.KeyIdentifier)}
-+ {'keyIdentifier', asn1.octet_string{tag=0}}
- }
-
- M.CRLDistributionPoints = asn1.sequence_of(