From 81f2784b442aaccefa4e4b829b28cdce0e9ae581 Mon Sep 17 00:00:00 2001 From: "kaie%netscape.com" Date: Tue, 27 Aug 2002 00:05:11 +0000 Subject: Backing myself out, since it didn't compile on Win32, and I would like to discuss the correct fix. --- security/nss/lib/smime/cms.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'security/nss/lib/smime/cms.h') diff --git a/security/nss/lib/smime/cms.h b/security/nss/lib/smime/cms.h index 7b96cda41..f2f50a654 100644 --- a/security/nss/lib/smime/cms.h +++ b/security/nss/lib/smime/cms.h @@ -731,16 +731,6 @@ NSS_CMSSignerInfo_AddSMIMECaps(NSSCMSSignerInfo *signerinfo); SECStatus NSS_CMSSignerInfo_AddSMIMEEncKeyPrefs(NSSCMSSignerInfo *signerinfo, CERTCertificate *cert, CERTCertDBHandle *certdb); -/* - * NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs - add a SMIMEEncryptionKeyPreferences attribute to the - * authenticated (i.e. signed) attributes of "signerinfo", using the OID prefered by Microsoft. - * - * This is expected to be included in outgoing signed messages for email (S/MIME), - * if compatibility with Microsoft mail clients is wanted. - */ -SECStatus -NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs(NSSCMSSignerInfo *signerinfo, CERTCertificate *cert, CERTCertDBHandle *certdb); - /* * NSS_CMSSignerInfo_AddCounterSignature - countersign a signerinfo */ -- cgit v1.2.1