summaryrefslogtreecommitdiff
path: root/aes-arm.S
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-02-27 22:30:56 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-02-27 22:30:56 +0800
commit5cbee599a8c3f8868024443e28686dd0424eb789 (patch)
treeff81bb1a29bc1f5efb78db38fab8aa102b7f38bf /aes-arm.S
parentf7315ac60db41751e58780f8769e12d4aaefb504 (diff)
downloaddropbear-5cbee599a8c3f8868024443e28686dd0424eb789.tar.gz
Include license information for Cryptogams routinesasm
Diffstat (limited to 'aes-arm.S')
-rw-r--r--aes-arm.S10
1 files changed, 9 insertions, 1 deletions
diff --git a/aes-arm.S b/aes-arm.S
index 80d45d8..e07e2e1 100644
--- a/aes-arm.S
+++ b/aes-arm.S
@@ -1,4 +1,12 @@
-//#include "arm_arch.h"
+@ Generated by aes-armv4.pl
+@ ====================================================================
+@ Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
+@ project. The module is, however, dual licensed under OpenSSL and
+@ CRYPTOGAMS licenses depending on where you obtain it. For further
+@ details see http://www.openssl.org/~appro/cryptogams/.
+@ ====================================================================
+@
+
#define __ARM_ARCH__ 6
.text
.code 32