Fix the include.am to include aes_asm.S with the correct filename.

This commit is contained in:
John Safranek 2018-05-18 15:02:43 -07:00
parent dd0489db8c
commit 6e697c21d9

View File

@ -83,7 +83,7 @@ src_libwolfssl_la_SOURCES += wolfcrypt/src/aes.c
endif
if BUILD_AESNI
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.s
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.S
endif
if BUILD_DES3