comparison ecc.h @ 1515:d68d61e7056a

include config.h for options.h. don't need to include options.h when includes.h brings it in
author Matt Johnston <matt@ucc.asn.au>
date Sun, 18 Feb 2018 11:22:13 +0800
parents 06d52bcb8094
children
comparison
equal deleted inserted replaced
1514:6c16a05023aa 1515:d68d61e7056a
1 #ifndef DROPBEAR_DROPBEAR_ECC_H 1 #ifndef DROPBEAR_DROPBEAR_ECC_H
2 #define DROPBEAR_DROPBEAR_ECC_H 2 #define DROPBEAR_DROPBEAR_ECC_H
3 3
4 #include "includes.h" 4 #include "includes.h"
5 #include "options.h"
6 5
7 #include "buffer.h" 6 #include "buffer.h"
8 7
9 #if DROPBEAR_ECC 8 #if DROPBEAR_ECC
10 9