diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-08 13:36:44 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-08 13:39:29 +0200 |
commit | 9964536eb70eec7fe06f5893e59c35cc49baa242 (patch) | |
tree | 71b142e39a0372e1d24b47abffb2556fd9fab819 /lib/pkix_asn1_tab.c | |
parent | 66359d7c9f6a7d3d35255f10467d6b0a85ac4ef8 (diff) | |
download | gnutls-9964536eb70eec7fe06f5893e59c35cc49baa242.tar.gz |
pkix.asn: corrected byKey definition
OCSP is defined in an EXPLICIT tags module, and as such
we must tag explicitly all of its tags.
Diffstat (limited to 'lib/pkix_asn1_tab.c')
-rw-r--r-- | lib/pkix_asn1_tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkix_asn1_tab.c b/lib/pkix_asn1_tab.c index 5380cc00f6..7c5ba12630 100644 --- a/lib/pkix_asn1_tab.c +++ b/lib/pkix_asn1_tab.c @@ -489,7 +489,7 @@ const asn1_static_node pkix_asn1_tab[] = { { "byName", 1610620930, "RDNSequence"}, { NULL, 2056, "1"}, { "byKey", 536879111, NULL }, - { NULL, 4104, "2"}, + { NULL, 2056, "2"}, { "SingleResponse", 1610612741, NULL }, { "certID", 1073741826, "CertID"}, { "certStatus", 1073741826, "CertStatus"}, |