summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-17 13:24:58 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-17 13:24:58 +0000
commit2232b10f5a4110d776789f43a7171c6c0d8b5a96 (patch)
tree72a20d65898399db3f97ebfdc90b25f74ebe3050 /crypto/aes
parente34794dd1b4899843a45a06f0c7c2249577eea67 (diff)
Add licensing terms.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/aes-ia64.S6
1 files changed, 6 insertions, 0 deletions
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 <appro@fy.chalmers.se> 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