gecko-dev/security/nss/cmd/SSLsample
wtc%netscape.com ce11300ca6 Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,
unix_rand.c, and win_rand.c. 2. Make secrng.h and pqgutil.h private.
3. Public header pk11pqg.h can't include private header pqgutil.h.
4. Many files don't need to include secrng.h.  A few don't need to include
pqgutil.h.  5. Remove duplicate declarations of PQG_DestroyParams and
PQG_DestroyVerify from blapi.h.
2003-05-30 23:31:32 +00:00
..
client.c checking return value of NSS_Shutdown. Bug 171263 2003-01-07 22:31:36 +00:00
client.mn
gencerts
make.client
make.server
Makefile
Makefile.NSS
nmakefile95.nss
nmakefilent.nss
NSPRerrs.h
README
SECerrs.h
server.c Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c, 2003-05-30 23:31:32 +00:00
server.mn
sslerror.h
SSLerrs.h
sslsample.c Fix bug 143426 by not freeing names in loop that traverses them. 2003-05-09 23:59:18 +00:00
sslsample.h Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c, 2003-05-30 23:31:32 +00:00

These sample programs can be built in either of two ways:
1) is the NSS source tree, using the coreconf build system, and 
2) stand alone (as part of the NSS distribution).

The following makefiles are used only when building in the NSS source tree
using coreconf.  These are NOT part of the distribution.

Makefile
client.mn
server.mn
config.mk
make.client
make.server

The following makefiles are used only when building in the NSS distribution.
These files are part of the distribution.

Makefile.NSS
nmakefile95.nss
nmakefilent.nss


The following source files are common to both build environments and are
part of the distribution.

NSPRerrs.h
SECerrs.h
SSLerrs.h
client.c
getopt.c
server.c
sslerror.h

In the NSS 2.0 distribution, the sample code and makefiles are in a 
directory named "samples".  The directories relevant to building 
in the distributed tree are:

./samples
./include/dbm
./include/nspr
./include/security
./lib