]> andersk Git - openssh.git/blobdiff - hostfile.c
- Merged OpenBSD CVS changes
[openssh.git] / hostfile.c
index 04e9a3559646993267679e1d16cde35a8d123270..d81bce96333b9b4b364dc41ae9a3692e401cc2eb 100644 (file)
@@ -231,7 +231,7 @@ check_host_in_hostfile(const char *filename, const char *host,
       }
 
       /* Check if the current key is the same as the given key. */
-      if (kbits == bits && BN_cmp(ke, e) == 0 && BN_cmp(kn, n) == 0)
+      if (BN_cmp(ke, e) == 0 && BN_cmp(kn, n) == 0)
        {
          /* Ok, they match. */
          fclose(f);
This page took 0.144578 seconds and 4 git commands to generate.