rename port.c/.h to wc_port.c/.h to prevent FreeRTOS conflicts

This commit is contained in:
Chris Conlon
2014-05-28 10:28:01 -06:00
parent 263d3439d9
commit 7e13e414cb
31 changed files with 57 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ src_libcyassl_la_SOURCES += \
ctaocrypt/src/random.c \
ctaocrypt/src/sha256.c \
ctaocrypt/src/logging.c \
ctaocrypt/src/port.c \
ctaocrypt/src/wc_port.c \
ctaocrypt/src/error.c
src_libcyassl_la_LDFLAGS = ${AM_LDFLAGS} -no-undefined -version-info ${CYASSL_LIBRARY_VERSION}
src_libcyassl_la_LIBADD = $(LIBM)