comparison gendss.c @ 1342:8747c2b19152

merge 2017.75
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 22:59:38 +0800
parents 750ec4ec4cbe
children 06d52bcb8094
comparison
equal deleted inserted replaced
1341:ab35a9ccc2eb 1342:8747c2b19152
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);