- aaron@cvs.openbsd.org 2002/08/08 13:50:23
     [sshconnect1.c]
     Use & to test if bits are set, not &&; markus@ ok.
diff --git a/ChangeLog b/ChangeLog
index 13ecbc4..15e110b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
      [ssh-rsa.c]
      replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
      for authentication; ok deraadt/djm
+   - aaron@cvs.openbsd.org 2002/08/08 13:50:23
+     [sshconnect1.c]
+     Use & to test if bits are set, not &&; markus@ ok.
 
 20020813
  - (tim) [configure.ac] Display OpenSSL header/library version.
@@ -1514,4 +1517,4 @@
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2418 2002/08/20 18:40:03 mouring Exp $
+$Id: ChangeLog,v 1.2419 2002/08/20 18:41:15 mouring Exp $