--enable-md5 and build, needs NO_OLD_TLS, suite test version check

This commit is contained in:
toddouska
2013-03-11 17:37:08 -07:00
parent 894a35a0f2
commit 7914938e60
4 changed files with 65 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ src_libcyassl_la_CPPFLAGS = -DBUILDING_CYASSL $(AM_CPPFLAGS)
if !BUILD_LEANPSK
src_libcyassl_la_SOURCES += ctaocrypt/src/des3.c \
ctaocrypt/src/coding.c \
ctaocrypt/src/md5.c \
ctaocrypt/src/asn.c \
ctaocrypt/src/dh.c \
ctaocrypt/src/memory.c
@@ -45,6 +44,10 @@ if BUILD_MD4
src_libcyassl_la_SOURCES += ctaocrypt/src/md4.c
endif
if BUILD_MD5
src_libcyassl_la_SOURCES += ctaocrypt/src/md5.c
endif
if BUILD_PWDBASED
src_libcyassl_la_SOURCES += ctaocrypt/src/pwdbased.c
endif