~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to crypto/bf/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-05-24 17:02:29 UTC
  • Revision ID: james.westby@ubuntu.com-20040524170229-ixlo08bbbly0xied
Tags: upstream-0.9.7d
ImportĀ upstreamĀ versionĀ 0.9.7d

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This Eric Young's blowfish implementation, taken from his SSLeay library
 
2
and made available as a separate library.
 
3
 
 
4
The version number (0.7.2m) is the SSLeay version that this library was
 
5
taken from.
 
6
 
 
7
To build, just unpack and type make.
 
8
If you are not using gcc, edit the Makefile.
 
9
If you are compiling for an x86 box, try the assembler (it needs improving).
 
10
There are also some compile time options that can improve performance,
 
11
these are documented in the Makefile.
 
12
 
 
13
eric 15-Apr-1997
 
14