Hi,
I believe that OpenSSL is supported on VxWorks but only for
PPC target. If anyone has ported OpenSSL to VxWorks for MIPS target processor,
can you please share your experience of the same. I need to do the same and
want to be aware of the feasibility and any issues before going ahe
below is orginal code in sslLib.c:
--
X509 *sslPemX509Read
(
FILE *fp,
X509 **x509Cert,
FUNCPTR callbackFunc
)
{
return (PEM_read_X509 (fp,x509Cert, callbackFunc));
}
below is orginal code in sslLib.c:
--
X509 *sslPemX509Read
(
FILE *fp,
X509 **x509Cert,
FUNCPTR callbackFunc
)
{
return (PEM_read_X509 (fp,x509Cert, callbackFunc));
}
hi,I'm porting openssl-0.9.7b to tornado 2.0.2(vxworks 5.4)
I find that PEM_read_X509()&PEM_read_RSAPrivateKey() in sslLib.c
r all invoked by 3 args,but they r declare in openssl/pem.h
with 4 args,and I find s_server.c in apps call PEM_read_X509 with
3 args, so I think I miss some *.h and some MIC
openssl-0.9.7b builds successfully for me with VC2003.
Both DLL and static version for Release/Debug.
That error about __ftol2 normally means that .obj files
built by vc7+ is being linked by vc6. Try to make sure
that vc6 is not being mixed up with vc7 in any way.
Are you using "Visual Studio .N