From: Todd O. <to...@us...> - 2010-12-21 21:09:27
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26919/ctaocrypt/src Modified Files: ripemd.c Log Message: xcode file change fixes Index: ripemd.c =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/src/ripemd.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ripemd.c 8 Dec 2010 02:04:59 -0000 1.3 --- ripemd.c 21 Dec 2010 21:09:19 -0000 1.4 *************** *** 23,27 **** #ifdef CYASSL_RIPEMD ! #include "ripemd.h" #ifdef NO_INLINE #include "misc.h" --- 23,27 ---- #ifdef CYASSL_RIPEMD ! #include "ctc_ripemd.h" #ifdef NO_INLINE #include "misc.h" |