Merge pull request #1499 from ejohnstown/aes-asm

AES assembly file name change
This commit is contained in:
toddouska
2018-04-13 11:23:03 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ src_libwolfssl_la_SOURCES += wolfcrypt/src/dsa.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_CAMELLIA

View File

@ -1,4 +1,4 @@
/* aes_asm.s
/* aes_asm.S
*
* Copyright (C) 2006-2017 wolfSSL Inc.
*