On Fri, Aug 29, 2003 at 05:00:24PM +0200, Oskar Eyb wrote:
> when i add "-DTLSDEBUG" to the line
> 
> TLS=-DTLS_REMOTE -DTLS_SMTPD
> 
> in Makefile, i got the following error:
> 
> ./load qmail-remote control.o constmap.o timeoutread.o  timeoutwrite.o
> timeoutconn.o tcpto.o now.o dns.o ip.o  ipalloc.o ipme.o quote.o
> ndelay.a case.a sig.a open.a  lock.a seek.a getln.a stralloc.a alloc.a
> substdio.a error.a  str.a fs.a auto_qmail.o  `cat dns.lib` `cat
> socket.lib`  -L/usr/lib -lssl -lcrypto -lz
> qmail-remote.o: In function `quit':
> qmail-remote.o(.text+0x7c4): undefined reference to `Free'
> qmail-remote.o(.text+0x804): undefined reference to `Free'
> *** Error code 1
> 
This is a known bug and is fixed in the curent code.
Simple fix replace the Free() call with SSL_free() calls.


-- 
:wq Claudio

Reply via email to