comparison ecc.h @ 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 9169e4e7cbee
children 06d52bcb8094
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
4 #include "includes.h" 4 #include "includes.h"
5 #include "options.h" 5 #include "options.h"
6 6
7 #include "buffer.h" 7 #include "buffer.h"
8 8
9 #ifdef DROPBEAR_ECC 9 #if DROPBEAR_ECC
10 10
11 struct dropbear_ecc_curve { 11 struct dropbear_ecc_curve {
12 int ltc_size; /* to match the byte sizes in ltc_ecc_sets[] */ 12 int ltc_size; /* to match the byte sizes in ltc_ecc_sets[] */
13 const ltc_ecc_set_type *dp; /* curve domain parameters */ 13 const ltc_ecc_set_type *dp; /* curve domain parameters */
14 const struct ltc_hash_descriptor *hash_desc; 14 const struct ltc_hash_descriptor *hash_desc;