diff options
author | wtc%netscape.com <devnull@localhost> | 2002-09-20 18:02:13 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-09-20 18:02:13 +0000 |
commit | 783c7b5635ca1ef0a54bc37e948e8a7381e3abc6 (patch) | |
tree | 69201c368e1769c1083c39995316779eec39dc9d | |
parent | f780281a6e3f194e1c91c74e76591fca929c3886 (diff) | |
download | nss-hg-783c7b5635ca1ef0a54bc37e948e8a7381e3abc6.tar.gz |
Removed the duplicate NSS_3.6 section in the previous checkin.
-rw-r--r-- | security/nss/lib/smime/smime.def | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/nss/lib/smime/smime.def b/security/nss/lib/smime/smime.def index 4b893557e..dde59aaad 100644 --- a/security/nss/lib/smime/smime.def +++ b/security/nss/lib/smime/smime.def @@ -211,13 +211,8 @@ NSS_CMSMessage_IsEncrypted; ;+}; ;+NSS_3.6 { # NSS 3.6 release ;+ global: -NSS_CMSSignerInfo_CreateWithSubjKeyID; -;+ local: -;+ *; -;+}; -;+NSS_3.6 { # NSS 3.6 release -;+ global: NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs; +NSS_CMSSignerInfo_CreateWithSubjKeyID; ;+ local: ;+ *; ;+}; |