comparison gendss.c @ 1295:750ec4ec4cbe

Convert #ifdef to #if, other build changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2016 15:33:40 +0200
parents c45d65392c1a
children 06d52bcb8094
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
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);