From 2232b10f5a4110d776789f43a7171c6c0d8b5a96 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 17 Jul 2004 13:24:58 +0000 Subject: [PATCH] Add licensing terms. --- crypto/aes/asm/aes-ia64.S | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.25.1