SSL client/server reconnect

2012-11-25 Thread Sergej Fotler
Hi everybody, I have a few questions to SSL development. In our company we are developing a server - client application. Server runs on AS400 IBM and client on windows and linux systems. For the server side we are using Global Secure Toolkit (GSKit) and for the client side we want to use OpenSSL.

Re: Undefined reference to 'FIPS_text_start()'

2012-11-25 Thread Andy Polyakov
Santhosh Kokala wrote: I would really appreciate, if someone helps me with this issue. Why not just think for a second? export FIPSLD_CC=g++ export CC=gcc means that it's using g++ to compile fips_premain.c. FIPSLD_CC takes precedence over CC in fipsld: CC=${FIPSLD_CC:-${CC}} export CXX