gecko-dev/security/nss/cmd/SSLsample
nelson%bolyard.com edbca07369 Eliminate duplicated header files in cmd/SSLsample. Bug 332633.
r=julien.pierre
Modified Files: SSLsample/client.mn SSLsample/server.mn lib/manifest.mn
Removed Files:  SSLsample/NSPRerrs.h SSLsample/SECerrs.h SSLsample/SSLerrs.h
2006-04-04 01:56:27 +00:00
..
Makefile
README Remove nmake Makefiles and references to them. r=nelson 2005-11-04 01:01:37 +00:00
client.c
client.mn Eliminate duplicated header files in cmd/SSLsample. Bug 332633. 2006-04-04 01:56:27 +00:00
gencerts
make.client
make.server
server.c Remove fortezza code from libSSL and from the SSL test programs. 2005-08-16 03:42:26 +00:00
server.mn Eliminate duplicated header files in cmd/SSLsample. Bug 332633. 2006-04-04 01:56:27 +00:00
sslerror.h
sslsample.c Remove fortezza code from libSSL and from the SSL test programs. 2005-08-16 03:42:26 +00:00
sslsample.h

README

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 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