summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/camellia
diff options
context:
space:
mode:
authormiod <>2015-09-12 09:01:45 +0000
committermiod <>2015-09-12 09:01:45 +0000
commit6144f48e89ae4129a0d4588a071fb1025e5211b7 (patch)
tree19a680ffcbc96d38180b75e3c4aaf549df5f076f /src/lib/libcrypto/camellia
parent4c26aee9b32371e04636caf4e3188a68b04c2a0c (diff)
downloadopenbsd-6144f48e89ae4129a0d4588a071fb1025e5211b7.tar.gz
openbsd-6144f48e89ae4129a0d4588a071fb1025e5211b7.tar.bz2
openbsd-6144f48e89ae4129a0d4588a071fb1025e5211b7.zip
Remove horribly old and outdated `documentation' for the assembly code.
Diffstat (limited to 'src/lib/libcrypto/camellia')
-rw-r--r--src/lib/libcrypto/camellia/asm/BSD_license.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/lib/libcrypto/camellia/asm/BSD_license.txt b/src/lib/libcrypto/camellia/asm/BSD_license.txt
deleted file mode 100644
index 591975cb98..0000000000
--- a/src/lib/libcrypto/camellia/asm/BSD_license.txt
+++ /dev/null
@@ -1,24 +0,0 @@
1Camellia assembler implementation.
2
3Copyright (c) 2008 Andy Polyakov <appro@openssl.org>
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
81. Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer as
10 the first lines of this file unmodified.
112. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
14
15THIS SOFTWARE IS PROVIDED BY Andy Polyakov ``AS IS'' AND ANY EXPRESS OR
16IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
19INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.