comparison gendss.h @ 1355:3fdd8c5a0195 fuzz

merge main to fuzz
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 23:45:10 +0800
parents 750ec4ec4cbe
children
comparison
equal deleted inserted replaced
1354:7618759e9327 1355:3fdd8c5a0195
25 #ifndef DROPBEAR_GENDSS_H_ 25 #ifndef DROPBEAR_GENDSS_H_
26 #define DROPBEAR_GENDSS_H_ 26 #define DROPBEAR_GENDSS_H_
27 27
28 #include "dss.h" 28 #include "dss.h"
29 29
30 #ifdef DROPBEAR_DSS 30 #if DROPBEAR_DSS
31 31
32 dropbear_dss_key * gen_dss_priv_key(unsigned int size); 32 dropbear_dss_key * gen_dss_priv_key(unsigned int size);
33 33
34 #endif /* DROPBEAR_DSS */ 34 #endif /* DROPBEAR_DSS */
35 35