On Tue, Jun 25, 2002 at 12:15:40PM -0400, Jim Knoble wrote:
> Isn't this really a problem for OpenSSL? I know that several vendors
> (notably Linux ones...) already patch OpenSSL to remove crypt() from
> OpenSSL's libcrypto, so that crypt() is only available via the system
> libcrypt. Even the s
[Copied to [EMAIL PROTECTED]]
Circa 2002-Jun-25 11:31:04 +0900 dixit [EMAIL PROTECTED]:
: >> +# use libcrypt if there is
: >> +AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
: >> +
: >AC_CHECK_LIB(crypt, crypt) will automatically add -lcrypt to $LIBS. It
: >will also define HAVE_LIBCRYPT (is t