/*NOTREACHED*/ for lint warning:
authorstevesk <stevesk@openbsd.org>
Mon, 7 Jul 2008 23:32:51 +0000 (23:32 +0000)
committerstevesk <stevesk@openbsd.org>
Mon, 7 Jul 2008 23:32:51 +0000 (23:32 +0000)
  warning: function key_equal falls off bottom without returning value
ok djm@

usr.bin/ssh/key.c

index d41c233..5b0a584 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: key.c,v 1.77 2008/06/25 11:13:43 otto Exp $ */
+/* $OpenBSD: key.c,v 1.78 2008/07/07 23:32:51 stevesk Exp $ */
 /*
  * read_bignum():
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -170,6 +170,7 @@ key_equal(const Key *a, const Key *b)
        default:
                fatal("key_equal: bad key type %d", a->type);
        }
+       /* NOTREACHED */
 }
 
 u_char*