diff options
author | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:43:01 +0800 |
---|---|---|
committer | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:43:01 +0800 |
commit | fdb7ffa864dea8e1c9efe3532db08b1ccad484dc (patch) | |
tree | 51ecc6a9bee2ce0e98ac90c7057d7ae21879afde /crypto_desc.h | |
parent | 9abcc7b909b6ff0f173405e73dc7c0c3d093e44a (diff) |
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'crypto_desc.h')
-rw-r--r-- | crypto_desc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto_desc.h b/crypto_desc.h index d05096b..54da734 100644 --- a/crypto_desc.h +++ b/crypto_desc.h @@ -1,9 +1,9 @@ -#ifndef _CRYPTO_DESC_H -#define _CRYPTO_DESC_H +#ifndef DROPBEAR_CRYPTO_DESC_H +#define DROPBEAR_CRYPTO_DESC_H void crypto_init(); extern int dropbear_ltc_prng; -#endif /* _CRYPTO_DESC_H */ +#endif /* DROPBEAR_CRYPTO_DESC_H */ |