Skip to content
Snippets Groups Projects
Commit c771e8eb authored by Niels Möller's avatar Niels Möller
Browse files

* 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
parent 94560eac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment