Hi,
we have a the following openssl:
--- OpenSSL 0.9.7d 17 Mar 2004 built on: Wed Nov 3 13:28:35 CET 2004 platform: solaris-sparcv9-gcc options: bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) blowfish(ptr) compiler: gcc -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ENGINE -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM ---
We don't have the engine enabled therefore the current stunnel don't compile :-(
I have attached the patch for the current (4.06) stunnel version.
BTW: I need the 'X-Forwarded-For' header, in where is the right position to add it in the 4.06 version. I think in 'src/client.c => transfer()' but i'am not sure, where there ;-)
Thanx for help ;-)
al ;-)
On Mit 29.12.2004 12:52, Michal Trojnara wrote:
Alexander Lazic wrote:
We don't have the engine enabled therefore the current stunnel don't compile :-(
Is there an error message?
--- . . In file included from client.c:34: common.h:259:28: openssl/engine.h: No such file or directory make[1]: *** [client.o] Error 1 make[1]: Leaving directory `/usr/share/src/stunnel/stunnel-4.06/src' make: *** [all-recursive] Error 1 ---
al ;-)