summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-06-18 01:02:32 +0000
committerwtc%google.com <devnull@localhost>2008-06-18 01:02:32 +0000
commit757b212d096767ee7a1278f0aa56e2a61d4160a2 (patch)
tree8cc5517d17f37a8d257ed66055e80bf3390863ed /security
parent03dbda2ed3ab813d0a993cca5412f9cf34d0bdb1 (diff)
downloadnss-hg-757b212d096767ee7a1278f0aa56e2a61d4160a2.tar.gz
Bug 436430: removed the declarations of unimplemented functions
CERT_CreateNicknameCertList and CERT_CreateEmailAddrCertList. r=nelson.
Diffstat (limited to 'security')
-rw-r--r--security/nss/lib/certdb/cert.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/nss/lib/certdb/cert.h b/security/nss/lib/certdb/cert.h
index dbefdab5f..c50818b89 100644
--- a/security/nss/lib/certdb/cert.h
+++ b/security/nss/lib/certdb/cert.h
@@ -1279,24 +1279,6 @@ CERT_CreateSubjectCertList(CERTCertList *certList, CERTCertDBHandle *handle,
SECItem *name, PRTime sorttime, PRBool validOnly);
/*
- * Creates or adds to a list of all certs with a give nickname, sorted by
- * validity time, newest first. Invalid certs are considered older than valid
- * certs. If validOnly is set, do not include invalid certs on list.
- */
-CERTCertList *
-CERT_CreateNicknameCertList(CERTCertList *certList, CERTCertDBHandle *handle,
- char *nickname, PRTime sorttime, PRBool validOnly);
-
-/*
- * Creates or adds to a list of all certs with a give email addr, sorted by
- * validity time, newest first. Invalid certs are considered older than valid
- * certs. If validOnly is set, do not include invalid certs on list.
- */
-CERTCertList *
-CERT_CreateEmailAddrCertList(CERTCertList *certList, CERTCertDBHandle *handle,
- char *emailAddr, PRTime sorttime, PRBool validOnly);
-
-/*
* remove certs from a list that don't have keyUsage and certType
* that match the given usage.
*/