summaryrefslogtreecommitdiff
path: root/crypto_desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_desc.h')
-rw-r--r--crypto_desc.h6
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 */