rename asm.c ctc_asm.c

This commit is contained in:
Todd A Ouska 2011-06-02 14:39:51 -07:00
parent ee3f29f359
commit c178c79a15
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* asm.c
/* ctc_asm.c
*
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
*

View File

@ -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 */

View File

@ -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