summaryrefslogtreecommitdiff
path: root/keyimport.h
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
committerThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
commit3955a37ca5ec4349f5dc21ce93a8e076f681198a (patch)
tree02b6da1418aaa41f0cc46ee4d53a18c508fc0415 /keyimport.h
parent21f2af66311b1488fb1539c28eb8cd32fd74cd65 (diff)
downloaddropbear-3955a37ca5ec4349f5dc21ce93a8e076f681198a.tar.gz
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'keyimport.h')
-rw-r--r--keyimport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyimport.h b/keyimport.h
index 19f212f..af9a300 100644
--- a/keyimport.h
+++ b/keyimport.h
@@ -22,8 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _KEYIMPORT_H_
-#define _KEYIMPORT_H_
+#ifndef DROPBEAR_KEYIMPORT_H_
+#define DROPBEAR_KEYIMPORT_H_
#include "includes.h"
#include "signkey.h"
@@ -39,4 +39,4 @@ int import_write(const char *filename, sign_key *key, char *passphrase,
sign_key *import_read(const char *filename, char *passphrase, int filetype);
int import_encrypted(const char* filename, int filetype);
-#endif /* _KEYIMPORT_H_ */
+#endif /* DROPBEAR_KEYIMPORT_H_ */