]> andersk Git - gssapi-openssh.git/blobdiff - openssh/key.c
merged OpenSSH 4.7p1 to trunk
[gssapi-openssh.git] / openssh / key.c
index 5563608ec44c461760da4afe6eca1526a19e5ef1..06b15d65c1617a74f33b32881ef587e91889031e 100644 (file)
@@ -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.031255 seconds and 4 git commands to generate.