mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #1499 from ejohnstown/aes-asm
AES assembly file name change
This commit is contained in:
@@ -204,7 +204,7 @@ src_libwolfssl_la_SOURCES += wolfcrypt/src/dsa.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_CAMELLIA
|
if BUILD_CAMELLIA
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* aes_asm.s
|
/* aes_asm.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2017 wolfSSL Inc.
|
* Copyright (C) 2006-2017 wolfSSL Inc.
|
||||||
*
|
*
|
Reference in New Issue
Block a user