mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Fix the include.am to include aes_asm.S with the correct filename.
This commit is contained in:
@ -83,7 +83,7 @@ src_libwolfssl_la_SOURCES += wolfcrypt/src/aes.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_AESNI
|
if BUILD_AESNI
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.s
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes_asm.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_DES3
|
if BUILD_DES3
|
||||||
|
Reference in New Issue
Block a user