rename asm.c ctc_asm.c
This commit is contained in:
parent
ee3f29f359
commit
c178c79a15
@ -1,4 +1,4 @@
|
||||
/* asm.c
|
||||
/* ctc_asm.c
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -34,7 +34,7 @@
|
||||
#ifdef USE_FAST_MATH
|
||||
|
||||
#include "ctc_tfm.h"
|
||||
#include "asm.c" /* will define asm MACROS or C ones */
|
||||
#include "ctc_asm.c" /* will define asm MACROS or C ones */
|
||||
|
||||
|
||||
|
||||
|
@ -19,8 +19,8 @@ src_libcyassl_la_SOURCES = \
|
||||
src_libcyassl_la_LDFLAGS = -no-undefined -version-info ${CYASSL_LIBRARY_VERSION}
|
||||
src_libcyassl_la_CFLAGS = -DBUILDING_CYASSL
|
||||
EXTRA_DIST += include/*.h include/openssl/*.h include/*.rc \
|
||||
ctaocrypt/include/*.h ctaocrypt/src/misc.c ctaocrypt/src/asm.c \
|
||||
ctaocrypt/src/*.i
|
||||
ctaocrypt/include/*.h ctaocrypt/src/misc.c \
|
||||
ctaocrypt/src/ctc_asm.c \ ctaocrypt/src/*.i
|
||||
|
||||
if BUILD_AESNI
|
||||
src_libcyassl_la_SOURCES += ctaocrypt/src/aes_asm.s
|
||||
|
Loading…
Reference in New Issue
Block a user