aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-27 14:58:43 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-27 14:58:43 +0000
commit72d1cd92de75bdaae8a5a23d256b5f160f820be3 (patch)
treedc13e02758365698b35ebfa076bb2eab83aa4d6c /asn1/x509sat
parent4bcde1958f65b488a935ef06ddbf7a66ff2113e9 (diff)
Corrected OID for organizationalUnit.
svn path=/trunk/; revision=31096
Diffstat (limited to 'asn1/x509sat')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index 9448bbf0e3..da0d2605c5 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -88,7 +88,7 @@ void proto_reg_handoff_x509sat(void) {
oid_add_from_string("country","2.5.6.2");
oid_add_from_string("locality","2.5.6.3");
oid_add_from_string("organization","2.5.6.4");
- oid_add_from_string("organizationalUnit","2.5.6.1");
+ oid_add_from_string("organizationalUnit","2.5.6.5");
oid_add_from_string("person","2.5.6.6");
oid_add_from_string("organizationalPerson","2.5.6.7");
oid_add_from_string("organizationalRole","2.5.6.8");