diff options
author | jsing <> | 2022-11-06 15:10:08 +0000 |
---|---|---|
committer | jsing <> | 2022-11-06 15:10:08 +0000 |
commit | f2eba431d20bd067a9ae63ed15fa21eaa1187379 (patch) | |
tree | 5574bfab424cd8d3d25f7db1aa198ecae9ed9f99 /src/lib | |
parent | 95ecb38f6f3ca7712fa7241ecef50bb22b4390c9 (diff) | |
download | openbsd-f2eba431d20bd067a9ae63ed15fa21eaa1187379.tar.gz openbsd-f2eba431d20bd067a9ae63ed15fa21eaa1187379.tar.bz2 openbsd-f2eba431d20bd067a9ae63ed15fa21eaa1187379.zip |
Remove useless ancient files.
ok beck@ tb@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/bf/COPYRIGHT | 46 | ||||
-rw-r--r-- | src/lib/libcrypto/bf/INSTALL | 14 | ||||
-rw-r--r-- | src/lib/libcrypto/bf/README | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/bf/VERSION | 6 |
4 files changed, 0 insertions, 74 deletions
diff --git a/src/lib/libcrypto/bf/COPYRIGHT b/src/lib/libcrypto/bf/COPYRIGHT deleted file mode 100644 index 6857223506..0000000000 --- a/src/lib/libcrypto/bf/COPYRIGHT +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) | ||
2 | All rights reserved. | ||
3 | |||
4 | This package is an Blowfish implementation written | ||
5 | by Eric Young (eay@cryptsoft.com). | ||
6 | |||
7 | This library is free for commercial and non-commercial use as long as | ||
8 | the following conditions are aheared to. The following conditions | ||
9 | apply to all code found in this distribution. | ||
10 | |||
11 | Copyright remains Eric Young's, and as such any Copyright notices in | ||
12 | the code are not to be removed. | ||
13 | |||
14 | Redistribution and use in source and binary forms, with or without | ||
15 | modification, are permitted provided that the following conditions | ||
16 | are met: | ||
17 | 1. Redistributions of source code must retain the copyright | ||
18 | notice, this list of conditions and the following disclaimer. | ||
19 | 2. Redistributions in binary form must reproduce the above copyright | ||
20 | notice, this list of conditions and the following disclaimer in the | ||
21 | documentation and/or other materials provided with the distribution. | ||
22 | 3. All advertising materials mentioning features or use of this software | ||
23 | must display the following acknowledgement: | ||
24 | This product includes software developed by Eric Young (eay@cryptsoft.com) | ||
25 | |||
26 | THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND | ||
27 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
28 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
29 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
30 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
31 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
32 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
33 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
34 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
35 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
36 | SUCH DAMAGE. | ||
37 | |||
38 | The license and distribution terms for any publically available version or | ||
39 | derivative of this code cannot be changed. i.e. this code cannot simply be | ||
40 | copied and put under another distrubution license | ||
41 | [including the GNU Public License.] | ||
42 | |||
43 | The reason behind this being stated in this direct manner is past | ||
44 | experience in code simply being copied and the attribution removed | ||
45 | from it and then being distributed as part of other packages. This | ||
46 | implementation was a non-trivial and unpaid effort. | ||
diff --git a/src/lib/libcrypto/bf/INSTALL b/src/lib/libcrypto/bf/INSTALL deleted file mode 100644 index 3b25923532..0000000000 --- a/src/lib/libcrypto/bf/INSTALL +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
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 | |||
diff --git a/src/lib/libcrypto/bf/README b/src/lib/libcrypto/bf/README deleted file mode 100644 index f2712fd0e7..0000000000 --- a/src/lib/libcrypto/bf/README +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | This is a quick packaging up of my blowfish code into a library. | ||
2 | It has been lifted from SSLeay. | ||
3 | The copyright notices seem a little harsh because I have not spent the | ||
4 | time to rewrite the conditions from the normal SSLeay ones. | ||
5 | |||
6 | Basically if you just want to play with the library, not a problem. | ||
7 | |||
8 | eric 15-Apr-1997 | ||
diff --git a/src/lib/libcrypto/bf/VERSION b/src/lib/libcrypto/bf/VERSION deleted file mode 100644 index be995855e4..0000000000 --- a/src/lib/libcrypto/bf/VERSION +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | The version numbers will follow my SSL implementation | ||
2 | |||
3 | 0.7.2r - Some reasonable default compiler options from | ||
4 | Peter Gutman <pgut001@cs.auckland.ac.nz> | ||
5 | |||
6 | 0.7.2m - the first release | ||