From: Andy Polyakov Date: Sat, 17 Jul 2004 13:24:58 +0000 (+0000) Subject: Add licensing terms. X-Git-Tag: BEN_FIPS_TEST_6~14^2~156 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2232b10f5a4110d776789f43a7171c6c0d8b5a96;p=oweals%2Fopenssl.git Add licensing terms. --- diff --git a/crypto/aes/asm/aes-ia64.S b/crypto/aes/asm/aes-ia64.S index b4252a9c26..e4894bd190 100644 --- a/crypto/aes/asm/aes-ia64.S +++ b/crypto/aes/asm/aes-ia64.S @@ -1,3 +1,9 @@ +// ==================================================================== +// Written by Andy Polyakov for the OpenSSL +// project. Rights for redistribution and usage in source and binary +// forms are granted according to the OpenSSL license. +// ==================================================================== +// // What's wrong with compiler generated code? Compiler never uses // variable 'shr' which is pairable with 'extr'/'dep' instructions. // Then it uses 'zxt' which is an I-type, but can be replaced with