Fix the include.am to include aes_asm.S with the correct filename.
This commit is contained in:
parent
dd0489db8c
commit
6e697c21d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user