Small Crypto Library
Small Secure Socket Library
Installation Manual

Downloading package.

You can download the scl+sssl package using ftp protocol. Below is a list of
sites.

	- Primary site:
	
	ftp://woody.varna.net/pub/linux/scl+sssl
	
	- Mirror site:
	
	ftp://metalab.unc.edu/pub/linux/system/security

Extracting files.

After download the archive, from the command prompt type:

	1) tar zxvf scl+sssl-0.01.tar.gz
	2) cd scl+sssl-0.01
	
This should create subdiectory scl+sssl-0.01 and extract the source of the
library in it. Then change the current directory with the newly created one.

Configuration.

Type:
	3) ./configure

This step invokes a GNU autoconf script to determine the system environment.

Compiling.
	4) make

Sit back and relax. This would take a minute or two.

Installation.
	5) su

Set uid to root.

	6) make install
	
This will install the libraries, header files, will generate public/private
keypairs and will execute the test programs.
