comparison 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
comparison
equal deleted inserted replaced
798:30f7bad5e748 799:c344607b7341
215 if (bits != 1024) { 215 if (bits != 1024) {
216 fprintf(stderr, "DSS keys have a fixed size of 1024 bits\n"); 216 fprintf(stderr, "DSS keys have a fixed size of 1024 bits\n");
217 exit(EXIT_FAILURE); 217 exit(EXIT_FAILURE);
218 } 218 }
219 #endif 219 #endif
220 // pass. ecdsa handles checks itself 220 default:
221 (void)0; /* quiet, compiler. ecdsa handles checks itself */
221 } 222 }
222 223
223 switch (keytype) { 224 switch (keytype) {
224 #ifdef DROPBEAR_RSA 225 #ifdef DROPBEAR_RSA
225 case DROPBEAR_SIGNKEY_RSA: 226 case DROPBEAR_SIGNKEY_RSA: