]> andersk Git - openssh.git/blobdiff - key.c
- (tim) [defines.h] Fix regression in long password support on OpenServer 6.
[openssh.git] / key.c
diff --git a/key.c b/key.c
index 93b2d41fed9476bc7eeddf4e985f0ca257c9d7be..8fef9b40f659d3607fdf9d821fcde61c757a8e7f 100644 (file)
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: key.c,v 1.68 2006/11/06 21:25:28 markus Exp $ */
+/* $OpenBSD: key.c,v 1.69 2007/07/12 05:48:05 ray Exp $ */
 /*
  * read_bignum():
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -170,9 +170,7 @@ key_equal(const Key *a, const Key *b)
                    BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0;
        default:
                fatal("key_equal: bad key type %d", a->type);
-               break;
        }
-       return 0;
 }
 
 u_char*
This page took 0.032959 seconds and 4 git commands to generate.