diff gensignkey.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 b298bb438625
children 185c14fa504d
line wrap: on
line diff
--- a/gensignkey.h	Sat Feb 14 09:56:11 2015 +0800
+++ b/gensignkey.h	Tue Feb 24 20:43:01 2015 +0800
@@ -1,5 +1,5 @@
-#ifndef _GENSIGNKEY_H
-#define _GENSIGNKEY_H
+#ifndef DROPBEAR_GENSIGNKEY_H
+#define DROPBEAR_GENSIGNKEY_H
 
 #include "signkey.h"