comparison ecc.h @ 1049:01eea88963f3 fastopen

merge from default
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 09:06:40 +0800
parents deed0571cacc
children 4f3335bba3d9
comparison
equal deleted inserted replaced
1048:9cec9ed503bb 1049:01eea88963f3
1 #ifndef _DROPBEAR_ECC_H 1 #ifndef DROPBEAR_DROPBEAR_ECC_H
2 #define _DROPBEAR_ECC_H 2 #define DROPBEAR_DROPBEAR_ECC_H
3 3
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"
31 31
32 mp_int * dropbear_ecc_shared_secret(ecc_key *pub_key, ecc_key *priv_key); 32 mp_int * dropbear_ecc_shared_secret(ecc_key *pub_key, ecc_key *priv_key);
33 33
34 #endif 34 #endif
35 35
36 #endif /* _DROPBEAR_ECC_H */ 36 #endif /* DROPBEAR_DROPBEAR_ECC_H */