comparison gendss.c @ 1318:10e2a7727253 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:08:02 +0800
parents 750ec4ec4cbe
children 06d52bcb8094
comparison
equal deleted inserted replaced
1286:7d02b83c61fd 1318:10e2a7727253
33 33
34 #define QSIZE 20 /* 160 bit */ 34 #define QSIZE 20 /* 160 bit */
35 35
36 /* This is just a test */ 36 /* This is just a test */
37 37
38 #ifdef DROPBEAR_DSS 38 #if DROPBEAR_DSS
39 39
40 static void getq(dropbear_dss_key *key); 40 static void getq(dropbear_dss_key *key);
41 static void getp(dropbear_dss_key *key, unsigned int size); 41 static void getp(dropbear_dss_key *key, unsigned int size);
42 static void getg(dropbear_dss_key *key); 42 static void getg(dropbear_dss_key *key);
43 static void getx(dropbear_dss_key *key); 43 static void getx(dropbear_dss_key *key);