Log Message: auth-bozo.c cheats and assumes that libcrypto.so is linked against libcrypt.so and so just include <unistd.h> is enough to use crypt(). This doesn't work when the assumption fails. Since we always build with SSL support in pkgsrc, just use the DES_crypt() from the OpenSSL libraries.
Revision | Action | file |
1.42 | modify | pkgsrc/www/bozohttpd/distinfo |
1.17 | add | pkgsrc/www/bozohttpd/patches/patch-aa |