From fdb7ffa864dea8e1c9efe3532db08b1ccad484dc Mon Sep 17 00:00:00 2001 From: Thorsten Horstmann Date: Tue, 24 Feb 2015 20:43:01 +0800 Subject: DROPBEAR_ prefix for include guards to avoid collisions --- ecc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ecc.h') diff --git a/ecc.h b/ecc.h index 40213f4..703c717 100644 --- a/ecc.h +++ b/ecc.h @@ -1,5 +1,5 @@ -#ifndef _DROPBEAR_ECC_H -#define _DROPBEAR_ECC_H +#ifndef DROPBEAR_DROPBEAR_ECC_H +#define DROPBEAR_DROPBEAR_ECC_H #include "includes.h" #include "options.h" @@ -33,4 +33,4 @@ mp_int * dropbear_ecc_shared_secret(ecc_key *pub_key, ecc_key *priv_key); #endif -#endif /* _DROPBEAR_ECC_H */ +#endif /* DROPBEAR_DROPBEAR_ECC_H */ -- cgit v1.2.3