summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-30 21:02:28 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-30 21:02:28 +0000
commit03012198622c75c7dc03ea282090eae4a0124f22 (patch)
tree87f71066a943b2f5735207c8f3c42c1f6ac43730 /security/nss/lib/ssl
parent77ec5129947e168c50137c694d2c53d3388063ff (diff)
downloadnss-hg-03012198622c75c7dc03ea282090eae4a0124f22.tar.gz
Bugzilla bug #66367: rename the internal NSS functions that we have to
export from the NSS shared library. Reviewed by Bob Relyea. Modified Files: nss/lib/certdb/certdb.c nss/lib/certdb/pcertdb.c nss/lib/nss/Makefile nss/lib/nss/manifest.mn nss/lib/nss/nss.def nss/lib/pk11wrap/pk11skey.c nss/lib/pkcs12/p12d.c nss/lib/pkcs12/p12e.c nss/lib/pkcs12/p12local.c nss/lib/pkcs7/certread.c nss/lib/pkcs7/p7decode.c nss/lib/pkcs7/p7encode.c nss/lib/smime/cmsutil.c nss/lib/softoken/secpkcs5.c nss/lib/ssl/ssl3con.c nss/lib/ssl/sslcon.c nss/lib/ssl/sslnonce.c nss/lib/ssl/sslsnce.c nss/lib/util/nsslocks.c Added Files: nss/lib/nss/nssrenam.h
Diffstat (limited to 'security/nss/lib/ssl')
-rw-r--r--security/nss/lib/ssl/ssl3con.c1
-rw-r--r--security/nss/lib/ssl/sslcon.c1
-rw-r--r--security/nss/lib/ssl/sslnonce.c1
-rw-r--r--security/nss/lib/ssl/sslsnce.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/lib/ssl/ssl3con.c b/security/nss/lib/ssl/ssl3con.c
index 014a4a156..bc1aae331 100644
--- a/security/nss/lib/ssl/ssl3con.c
+++ b/security/nss/lib/ssl/ssl3con.c
@@ -35,6 +35,7 @@
* $Id$
*/
+#include "nssrenam.h"
#include "cert.h"
#include "ssl.h"
#include "cryptohi.h" /* for DSAU_ stuff */
diff --git a/security/nss/lib/ssl/sslcon.c b/security/nss/lib/ssl/sslcon.c
index 550c49c18..05d5ed744 100644
--- a/security/nss/lib/ssl/sslcon.c
+++ b/security/nss/lib/ssl/sslcon.c
@@ -35,6 +35,7 @@
* $Id$
*/
+#include "nssrenam.h"
#include "cert.h"
#include "secitem.h"
#include "sechash.h"
diff --git a/security/nss/lib/ssl/sslnonce.c b/security/nss/lib/ssl/sslnonce.c
index 538ea77d6..79e6c24c8 100644
--- a/security/nss/lib/ssl/sslnonce.c
+++ b/security/nss/lib/ssl/sslnonce.c
@@ -35,6 +35,7 @@
* $Id$
*/
+#include "nssrenam.h"
#include "cert.h"
#include "secitem.h"
#include "ssl.h"
diff --git a/security/nss/lib/ssl/sslsnce.c b/security/nss/lib/ssl/sslsnce.c
index 81c9fafda..17e51baf2 100644
--- a/security/nss/lib/ssl/sslsnce.c
+++ b/security/nss/lib/ssl/sslsnce.c
@@ -74,6 +74,7 @@
* Now that NSPR offers portable cross-process locking (semaphores) on Unix
* and Win32, semaphores should be used here for all platforms.
*/
+#include "nssrenam.h"
#include "seccomon.h"
#if defined(XP_UNIX) || defined(XP_WIN32)