diff options
author | Niels Möller <nisse@lysator.liu.se> | 2005-10-16 21:49:39 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2005-10-16 21:49:39 +0200 |
commit | c771e8eb45f6d0c734d31ae0375802845192d963 (patch) | |
tree | 12a0e543f4fb3152d91252f47a4d77b3f82aa249 /x86 | |
parent | 94560eac3fa8013a3c46334c4dcb7a1f3cb76a1a (diff) | |
download | nettle-c771e8eb45f6d0c734d31ae0375802845192d963.tar.gz |
* x86/aes-encrypt-internal.asm: Explicitly include x86/aes.m4.
* x86/aes-decrypt-internal.asm: Likewise.
Rev: src/nettle/x86/aes-decrypt-internal.asm:1.2
Rev: src/nettle/x86/aes-encrypt-internal.asm:1.3
Diffstat (limited to 'x86')
-rw-r--r-- | x86/aes-decrypt-internal.asm | 2 | ||||
-rw-r--r-- | x86/aes-encrypt-internal.asm | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x86/aes-decrypt-internal.asm b/x86/aes-decrypt-internal.asm index aa6e3930..90a49768 100644 --- a/x86/aes-decrypt-internal.asm +++ b/x86/aes-decrypt-internal.asm @@ -18,6 +18,8 @@ C along with the nettle library; see the file COPYING.LIB. If not, write to C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, C MA 02111-1307, USA. +include_src(<x86/aes.m4>) + C Register usage: C AES state diff --git a/x86/aes-encrypt-internal.asm b/x86/aes-encrypt-internal.asm index 5f6a29e1..33e4570c 100644 --- a/x86/aes-encrypt-internal.asm +++ b/x86/aes-encrypt-internal.asm @@ -18,6 +18,8 @@ C along with the nettle library; see the file COPYING.LIB. If not, write to C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, C MA 02111-1307, USA. +include_src(<x86/aes.m4>) + C Register usage: C AES state |