diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-12 23:06:17 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 11:50:41 +0200 |
commit | 422196759f93df249db38619f136cabd5dcf42cd (patch) | |
tree | 1e5846507af0f8f1bc7ca294ccfb0d4ac3392d17 /drivers/builtin_openssl2/crypto/bf/INSTALL | |
parent | d9a291f6411f2e571c181da0ac89f550ba73f681 (diff) |
openssl: Move to a module and split thirdparty lib
Same rationale as the previous commits.
Diffstat (limited to 'drivers/builtin_openssl2/crypto/bf/INSTALL')
-rw-r--r-- | drivers/builtin_openssl2/crypto/bf/INSTALL | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/builtin_openssl2/crypto/bf/INSTALL b/drivers/builtin_openssl2/crypto/bf/INSTALL deleted file mode 100644 index 3b25923532..0000000000 --- a/drivers/builtin_openssl2/crypto/bf/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -This Eric Young's blowfish implementation, taken from his SSLeay library -and made available as a separate library. - -The version number (0.7.2m) is the SSLeay version that this library was -taken from. - -To build, just unpack and type make. -If you are not using gcc, edit the Makefile. -If you are compiling for an x86 box, try the assembler (it needs improving). -There are also some compile time options that can improve performance, -these are documented in the Makefile. - -eric 15-Apr-1997 - |