diff options
author | lloyd <[email protected]> | 2006-07-31 03:28:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-31 03:28:57 +0000 |
commit | 64222356ca5a9ce94d27811d158adab5b813bd4b (patch) | |
tree | cc6136a613d401f2bc1641c57373a829e087ca77 /src/policy.cpp | |
parent | b80b9121be22d6cd1300323fcb3cde2382aa84e2 (diff) |
Fix definition of OID 2.5.4.8; was accidentally changed by search-replace
during cleanups of the initialization code.
Diffstat (limited to 'src/policy.cpp')
-rw-r--r-- | src/policy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy.cpp b/src/policy.cpp index 7ddeb8c14..d1e691929 100644 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -69,7 +69,7 @@ void set_default_oids(Config& config) add_oid(config, "2.5.4.5", "X520.SerialNumber"); add_oid(config, "2.5.4.6", "X520.Country"); add_oid(config, "2.5.4.7", "X520.Locality"); - add_oid(config, "2.5.4.8", "X520.Config"); + add_oid(config, "2.5.4.8", "X520.State"); add_oid(config, "2.5.4.10", "X520.Organization"); add_oid(config, "2.5.4.11", "X520.OrganizationalUnit"); add_oid(config, "2.5.4.12", "X520.Title"); |