]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The crypt() prototype is in <unistd.h> instead of <crypt.h>
authorJeff Trawick <trawick@apache.org>
Wed, 12 Apr 2006 01:55:11 +0000 (01:55 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 12 Apr 2006 01:55:11 +0000 (01:55 +0000)
commit6bc545dd7baf07c7ef26dd2c8d6987c1a7b87e08
treef8399018d7c27ff7b453fcdbc9d3f52270c6046f
parentb8370ab0073208aeb7f0095ebdf4ede6ea385e9a
The crypt() prototype is in <unistd.h> instead of <crypt.h>
on HP-UX.  We had no prototype for crypt() there.
In 64-bit mode, a crash occurred because the pointer
returned by crypt() was truncated before we passed
the pointer to apr_cpystrn().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@393364 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/htdbm.c