1

(1 replies, posted in wolfSSL)

Hello,

I would like to build the wolfSSL as a library for VxWorks 5.5
Is this possible to do "out-of-the-shelf" like in OpenSSL? Is there a makefile which is customized for VxWorks 5.5?

When I tried just including the files into my makefiles, I've encountered compilation errors such as missing "opendir" function, or "send"/"recv" functions - Any idea how to solve this?

Doing the compilation on WinXP/Win7 with either Visual Studio or Tornado 2.2 is a big plus.