Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 22:00:28 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Daniel Eischen <eischen@vigrid.com>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: Threads and OpenSSL 
Message-ID:  <200403252200.aa94482@salmon.maths.tcd.ie>
In-Reply-To: Your message of "Thu, 25 Mar 2004 16:30:03 EST." <Pine.GSO.4.10.10403251629200.27146-100000@pcnet5.pcnet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> >  CFLAGS+=       -DTERMIOS -DANSI_SOURCE
> >  CFLAGS+=       -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR}
> > +CFLAGS+=       -DOPENSSL_THREADS -pthread -D_REENTRANT -D_THREAD_SAFE -D_TH

> You don't need _REENTRANT, _THREAD_SAFE, or _THREADSAFE for
> our libc.

OK - I'll check they don't change anything in the OpenSSL code, and
if they don't I'll remove them. (I think the flags were originally
selected by a configure script somewhere...)

Is it right to keep -pthread?

	David.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403252200.aa94482>