]> andersk Git - openssh.git/commitdiff
[configure.ac] Fix comment to match code changes in ver 1.117
authortim <tim>
Wed, 11 Feb 2004 22:46:40 +0000 (22:46 +0000)
committertim <tim>
Wed, 11 Feb 2004 22:46:40 +0000 (22:46 +0000)
ChangeLog
configure.ac

index 3f4abc10162de3a621b223a911e81c9a25f29741..ccbadc2fe21bc08436579d9faadad26cd8e50663 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20040211
  - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
    if HAS_SHADOW_EXPIRY is set.
+ - (tim) [configure.ac] Fix comment to match code changes in ver 1.117
 
 20040210
  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
index abbc7dc2d198f7f8d3efd868b8240017163e767f..428322748670429f5a66ba83c253d47a14e8e33d 100644 (file)
@@ -1158,7 +1158,7 @@ Also see contrib/findssl.sh for help identifying header/library mismatches.])
 )
 
 # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
-# version in OpenSSL. Skip this for PAM
+# version in OpenSSL.
 if test "x$check_for_libcrypt_later" = "x1"; then
        AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
 fi
This page took 0.05592 seconds and 5 git commands to generate.