comparison ecc.h @ 1036:deed0571cacc

DROPBEAR_ prefix for include guards to avoid collisions
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:43:01 +0800
parents c19acba28590
children 4f3335bba3d9
comparison
equal deleted inserted replaced
1022:4121ca987e6a 1036:deed0571cacc
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 */