diff options
author | ian.mcgreer%sun.com <devnull@localhost> | 2002-03-07 22:08:00 +0000 |
---|---|---|
committer | ian.mcgreer%sun.com <devnull@localhost> | 2002-03-07 22:08:00 +0000 |
commit | e7d4e689046953ab217a510ecd0028b51fe6d186 (patch) | |
tree | ae1c5f370de4bac7d4e21e2bba483094ef8b1c12 /security/nss/lib/pki/pki.h | |
parent | 2da4d94e4d2367ac88eb483d0e3ccee905f140e4 (diff) | |
download | nss-hg-e7d4e689046953ab217a510ecd0028b51fe6d186.tar.gz |
bug 129298, handle different nicknames across tokens
r=relyea/a=wtc
Diffstat (limited to 'security/nss/lib/pki/pki.h')
-rw-r--r-- | security/nss/lib/pki/pki.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/nss/lib/pki/pki.h b/security/nss/lib/pki/pki.h index 06746b0e0..4460b52be 100644 --- a/security/nss/lib/pki/pki.h +++ b/security/nss/lib/pki/pki.h @@ -54,6 +54,13 @@ nssCertificate_AddRef NSSCertificate *c ); +NSS_EXTERN NSSUTF8 * +NSSCertificate_GetNickname +( + NSSCertificate *c, + NSSToken *tokenOpt +); + /* putting here for now, needs more thought */ NSS_EXTERN PRStatus nssCryptoContext_ImportTrust |