Project

General

Profile

Actions

Bug #2690

closed

[PATCH] show correct crypt support status in -V output

Added by mackyle over 8 years ago. Updated over 8 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

If the crypt function is available as part of the standard
system library, then HAVE_LIBCRYPT will not be set, but
HAVE_CRYPT or HAVE_CRYPT_R will.

Make server.c test HAVE_CRYPT, HAVE_CRYPT_R and HAVE_LIBCRYPT
to determine the correct value of crypt support.

Patch file attached.

See also http://repo.or.cz/lighttpd/svnmirror/patches.git/commitdiff/3d26623f


Files

Actions #1

Updated by stbuehler over 8 years ago

  • Assignee deleted (stbuehler)
  • Target version changed from 1.4.x to 1.4.38
Actions #2

Updated by stbuehler over 8 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r3061.

Actions

Also available in: Atom