summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-15 18:03:40 +0200
committerRich Salz <rsalz@openssl.org>2017-07-01 03:56:44 +0200
commit624265c60e07f8e5f251d0f5b79e34cf0221af73 (patch)
tree8581cdb5a67fc2ab3b2c2233e112932788d16e96 /Configurations
parentFix build with no-threads no-ec (diff)
downloadopenssl-624265c60e07f8e5f251d0f5b79e34cf0221af73.tar.xz
openssl-624265c60e07f8e5f251d0f5b79e34cf0221af73.zip
Cleanup some copyright stuff
Remove some incorrect copyright references. Move copyright to standard place Add OpenSSL copyright where missing. Remove copyrighted file that we don't use any more Remove Itanium assembler for RC4 and MD5 (assembler versions of old and weak algorithms for an old chip) Standardize apps/rehash copyright comment; approved by Timo Put dual-copyright notice on mkcert Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3691)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/00-base-templates.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 84f71442c1..c0162808b3 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -184,9 +184,8 @@
cpuid_asm_src => "ia64cpuid.s",
bn_asm_src => "bn-ia64.s ia64-mont.s",
aes_asm_src => "aes_core.c aes_cbc.c aes-ia64.s",
- md5_asm_src => "md5-ia64.s",
sha1_asm_src => "sha1-ia64.s sha256-ia64.s sha512-ia64.s",
- rc4_asm_src => "rc4-ia64.s rc4_skey.c",
+ rc4_asm_src => "rc4_skey.c",
modes_asm_src => "ghash-ia64.s",
perlasm_scheme => "void"
},