Subject: openssl and threads
To: None <tech-pkg@netbsd.org>
From: Ian Harding <iharding@pakrat.com>
List: tech-pkg
Date: 01/08/2003 20:51:36
The openssl module for AOLServer (a multi-threaded application) requires
that openssl be built with support for threads (I used
"threads -D_REENTRANT" which seemed to work.)

Whenever I need to upgrade my openssl I have to hack the Makefile.

The question is, would it hurt anything to build openssl with thread support
in the package system by default?  Or is it already and I didn't know it?