Anonymous - 2010-03-30

Hi!

I'm trying to use cyassl with devkitarm (Nintendo DS). I'd compiled with no problems and put the library into libnds folders. But when I try to make my project, I get this error:

/devkitpro/libnds/lib/libcyassl.a(cyassl_int.o): In function `ProcessReply':
/cyassl/source/cyassl_int.c:949: undefined reference to `ticks'

I'd opened cyassl_int.c and search that line, but there's nothiing about 'ticks'. So, what can I do? :S

Thanks!