diff dropbearkey.c @ 799:c344607b7341 ecc

quieten the compiler
author Matt Johnston <matt@ucc.asn.au>
date Thu, 09 May 2013 23:27:23 +0800
parents 45f1bc96f357
children 75509065db53
line wrap: on
line diff
--- a/dropbearkey.c	Thu May 09 23:25:39 2013 +0800
+++ b/dropbearkey.c	Thu May 09 23:27:23 2013 +0800
@@ -217,7 +217,8 @@
                     exit(EXIT_FAILURE);			
                 }
 #endif
-                // pass. ecdsa handles checks itself
+			default:
+				(void)0; /* quiet, compiler. ecdsa handles checks itself */
         }
 
         switch (keytype) {