diff options
Diffstat (limited to 'lib/libicp/Makefile.am')
-rw-r--r-- | lib/libicp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libicp/Makefile.am b/lib/libicp/Makefile.am index 02dfce22f..fad91e13c 100644 --- a/lib/libicp/Makefile.am +++ b/lib/libicp/Makefile.am @@ -15,6 +15,8 @@ ASM_SOURCES_AS = \ asm-x86_64/aes/aes_amd64.S \ asm-x86_64/aes/aes_aesni.S \ asm-x86_64/modes/gcm_pclmulqdq.S \ + asm-x86_64/modes/aesni-gcm-x86_64.S \ + asm-x86_64/modes/ghash-x86_64.S \ asm-x86_64/sha1/sha1-x86_64.S \ asm-x86_64/sha2/sha256_impl.S \ asm-x86_64/sha2/sha512_impl.S |