summaryrefslogtreecommitdiff
path: root/lib/x509/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/common.c')
-rw-r--r--lib/x509/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/common.c b/lib/x509/common.c
index 052eb7cd73..c0e29bc8bf 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -56,7 +56,7 @@ static const struct oid2string _oid2str[] = {
{"2.5.4.6", "C", 0, 1, "PKIX1.PrintableString"},
{"2.5.4.9", "STREET", 1, 1, "PKIX1.DirectoryString"},
- {"2.5.4.12", "T", 1, 1, "PKIX1.DirectoryString"},
+ {"2.5.4.12", "title", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.10", "O", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.11", "OU", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.3", "CN", 1, 1, "PKIX1.DirectoryString"},