diff options
author | wtchang%redhat.com <devnull@localhost> | 2005-03-07 18:34:48 +0000 |
---|---|---|
committer | wtchang%redhat.com <devnull@localhost> | 2005-03-07 18:34:48 +0000 |
commit | 1ddae6defa35847fee792e77b3fb4a40309f5358 (patch) | |
tree | 303c90c8f5b21738f70615b339b6eb9d73f4e47b /security | |
parent | 89a4d0ccdc804efc6d09316d54a48f45e21666db (diff) | |
download | nss-hg-1ddae6defa35847fee792e77b3fb4a40309f5358.tar.gz |
Bugzilla Bug 263779: update the comment to reflect the new code.
Modified Files: secoid.c secoidt.h
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/lib/util/secoid.c | 2 | ||||
-rw-r--r-- | security/nss/lib/util/secoidt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/util/secoid.c b/security/nss/lib/util/secoid.c index 045a2a001..550f09b4f 100644 --- a/security/nss/lib/util/secoid.c +++ b/security/nss/lib/util/secoid.c @@ -1428,7 +1428,7 @@ const static SECOidData oids[] = { OD( x520Pseudonym, SEC_OID_AVA_PSEUDONYM, "X520 Pseudonym", CKM_INVALID_MECHANISM, INVALID_CERT_EXTENSION ), - /* More PKIX OIDs */ + /* More OIDs */ OD( pkixCAIssuers, SEC_OID_PKIX_CA_ISSUERS, "PKIX CA issuers access method", CKM_INVALID_MECHANISM, INVALID_CERT_EXTENSION ), diff --git a/security/nss/lib/util/secoidt.h b/security/nss/lib/util/secoidt.h index 08d644909..e1072c5bb 100644 --- a/security/nss/lib/util/secoidt.h +++ b/security/nss/lib/util/secoidt.h @@ -399,7 +399,7 @@ typedef enum { SEC_OID_AVA_HOUSE_IDENTIFIER = 271, SEC_OID_AVA_PSEUDONYM = 272, - /* More PKIX OIDs */ + /* More OIDs */ SEC_OID_PKIX_CA_ISSUERS = 273, SEC_OID_PKCS9_EXTENSION_REQUEST = 274, |