xref: /onnv-gate/usr/src/common/openssl/crypto/bf/INSTALL (revision 0:68f95e015346)
1*0Sstevel@tonic-gateThis Eric Young's blowfish implementation, taken from his SSLeay library
2*0Sstevel@tonic-gateand made available as a separate library.
3*0Sstevel@tonic-gate
4*0Sstevel@tonic-gateThe version number (0.7.2m) is the SSLeay version that this library was
5*0Sstevel@tonic-gatetaken from.
6*0Sstevel@tonic-gate
7*0Sstevel@tonic-gateTo build, just unpack and type make.
8*0Sstevel@tonic-gateIf you are not using gcc, edit the Makefile.
9*0Sstevel@tonic-gateIf you are compiling for an x86 box, try the assembler (it needs improving).
10*0Sstevel@tonic-gateThere are also some compile time options that can improve performance,
11*0Sstevel@tonic-gatethese are documented in the Makefile.
12*0Sstevel@tonic-gate
13*0Sstevel@tonic-gateeric 15-Apr-1997
14*0Sstevel@tonic-gate
15