diff options
author | Tim Rice <tim@multitalents.net> | 2002-05-11 13:17:42 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-05-11 13:17:42 -0700 |
commit | aef7371fe45f8df19c166daa0e72a81d121a9c2f (patch) | |
tree | 28fefc29e99fb9efb431df9d92d39bea3af10c97 /ChangeLog | |
parent | f98fb721a0880f63b96544b23fbdd2566be01be3 (diff) | |
download | openssh-git-aef7371fe45f8df19c166daa0e72a81d121a9c2f.tar.gz |
applied a rework of djm's OpenSSL search cleanup patch.
Now only searches system and /usr/local/ssl (OpenSSL's default install path)
Others must use --with-ssl-dir=....
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +20020511 + - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch. + Now only searches system and /usr/local/ssl (OpenSSL's default install path) + Others must use --with-ssl-dir=.... + 20020510 - (stevesk) [auth.c] Shadow account and expiration cleanup. Now check for root forced expire. Still don't check for inactive. @@ -559,4 +564,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2104 2002/05/10 15:48:52 stevesk Exp $ +$Id: ChangeLog,v 1.2105 2002/05/11 20:17:42 tim Exp $ |